syslog-ng source
Functions
|
Variables
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
,
}
http_parse
int http_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
log_pipe_unref
gboolean log_pipe_unref(LogPipe *self)
Definition:
logpipe.c:197
modules
http
http-parser.c
Generated by
1.9.1