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

Functions

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

Variables

int clickhouse_debug
 
CfgParser clickhouse_parser
 

Function Documentation

◆ clickhouse_parse()

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

Variable Documentation

◆ clickhouse_debug

int clickhouse_debug
extern

◆ clickhouse_parser

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