syslog-ng source
Functions
|
Variables
affile-parser.c File Reference
#include "
driver.h
"
#include "
cfg-parser.h
"
#include "affile-grammar.h"
Include dependency graph for affile-parser.c:
Functions
int
affile_parse
(CfgLexer *lexer, LogDriver **instance, gpointer arg)
Variables
int
affile_debug
CfgParser
affile_parser
Function Documentation
◆
affile_parse()
int affile_parse
(
CfgLexer *
lexer
,
LogDriver **
instance
,
gpointer
arg
)
Variable Documentation
◆
affile_debug
int affile_debug
extern
◆
affile_parser
CfgParser
affile_parser
Initial value:
=
{
.name =
"affile"
,
.keywords = affile_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer))
affile_parse
,
.cleanup = (void (*)(gpointer))
log_pipe_unref
,
}
affile_parse
int affile_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
log_pipe_unref
gboolean log_pipe_unref(LogPipe *self)
Definition:
logpipe.c:197
modules
affile
affile-parser.c
Generated by
1.9.1