syslog-ng source
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,
}
int afsql_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197