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