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

Functions

int http_parse (CfgLexer *lexer, LogDriver **instance, gpointer arg)
 

Variables

int http_debug
 
CfgParser http_parser
 

Function Documentation

◆ http_parse()

int http_parse ( CfgLexer *  lexer,
LogDriver **  instance,
gpointer  arg 
)

Variable Documentation

◆ http_debug

int http_debug
extern

◆ http_parser

CfgParser http_parser
Initial value:
=
{
.name = "http",
.keywords = http_keywords,
.parse = (gint (*)(CfgLexer *, gpointer *, gpointer)) http_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
int http_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197