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

Functions

int xml_parse (CfgLexer *lexer, LogParser **instance, gpointer arg)
 

Variables

int xml_debug
 
CfgParser xml_parser
 

Function Documentation

◆ xml_parse()

int xml_parse ( CfgLexer *  lexer,
LogParser **  instance,
gpointer  arg 
)

Variable Documentation

◆ xml_debug

int xml_debug
extern

◆ xml_parser

CfgParser xml_parser
Initial value:
=
{
.name = "xml",
.keywords = xml_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer)) xml_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197
int xml_parse(CfgLexer *lexer, LogParser **instance, gpointer arg)