syslog-ng source
python-parser.c File Reference
#include "python-parser.h"
#include "cfg-parser.h"
#include "python-grammar.h"
Include dependency graph for python-parser.c:

Functions

int python_parse (CfgLexer *lexer, void **instance, gpointer arg)
 

Variables

int python_debug
 
CfgParser python_parser
 

Function Documentation

◆ python_parse()

int python_parse ( CfgLexer *  lexer,
void **  instance,
gpointer  arg 
)

Variable Documentation

◆ python_debug

int python_debug
extern

◆ python_parser

CfgParser python_parser
Initial value:
=
{
.name = "python",
.keywords = python_keywords,
.parse = (int (*)(CfgLexer * lexer, gpointer * instance, gpointer)) python_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197
int python_parse(CfgLexer *lexer, void **instance, gpointer arg)