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