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

Functions

 CFG_PARSER_IMPLEMENT_LEXER_BINDING (timestamp_, TIMESTAMP_, gpointer *)
 

Variables

int timestamp_debug
 
CfgParser timestamp_parser
 

Function Documentation

◆ CFG_PARSER_IMPLEMENT_LEXER_BINDING()

CFG_PARSER_IMPLEMENT_LEXER_BINDING ( timestamp_  ,
TIMESTAMP_  ,
gpointer *   
)

Variable Documentation

◆ timestamp_debug

int timestamp_debug
extern

◆ timestamp_parser

CfgParser timestamp_parser
Initial value:
=
{
.name = "timestamp",
.keywords = timestamp_keywords,
.parse = (int (*)(CfgLexer *, gpointer *, gpointer)) timestamp_parse,
.cleanup = (void (*)(gpointer)) log_pipe_unref,
}
gboolean log_pipe_unref(LogPipe *self)
Definition: logpipe.c:197