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