syslog-ng source
Functions
|
Variables
afsmtp-parser.c File Reference
#include "
afsmtp.h
"
#include "
cfg-parser.h
"
#include "afsmtp-grammar.h"
Include dependency graph for afsmtp-parser.c:
Functions
int
afsmtp_parse
(CfgLexer *lexer, LogDriver **instance, gpointer arg)
Variables
int
afsmtp_debug
CfgParser
afsmtp_parser
Function Documentation
◆
afsmtp_parse()
int afsmtp_parse
(
CfgLexer *
lexer
,
LogDriver **
instance
,
gpointer
arg
)
Variable Documentation
◆
afsmtp_debug
int afsmtp_debug
extern
◆
afsmtp_parser
CfgParser
afsmtp_parser
Initial value:
=
{
.name =
"afsmtp"
,
.keywords = afsmtp_keywords,
.parse = (int (*)(CfgLexer * lexer, gpointer * instance, gpointer))
afsmtp_parse
,
.cleanup = (void (*)(gpointer))
log_pipe_unref
,
}
afsmtp_parse
int afsmtp_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg)
log_pipe_unref
gboolean log_pipe_unref(LogPipe *self)
Definition:
logpipe.c:197
modules
afsmtp
afsmtp-parser.c
Generated by
1.9.1