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