syslog-ng source
regexp-parser.h File Reference
#include "parser/parser-expr.h"
#include "logmatcher.h"
Include dependency graph for regexp-parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LogParser * regexp_parser_new (GlobalConfig *cfg)
 
LogMatcherOptionsregexp_parser_get_matcher_options (LogParser *s)
 
void regexp_parser_set_prefix (LogParser *s, const gchar *prefix)
 
void regexp_parser_set_patterns (LogParser *s, GList *patterns)
 
gboolean regexp_parser_compile (LogParser *s, GError **error)
 

Function Documentation

◆ regexp_parser_compile()

gboolean regexp_parser_compile ( LogParser *  s,
GError **  error 
)

◆ regexp_parser_get_matcher_options()

LogMatcherOptions* regexp_parser_get_matcher_options ( LogParser *  s)

◆ regexp_parser_new()

LogParser* regexp_parser_new ( GlobalConfig *  cfg)

◆ regexp_parser_set_patterns()

void regexp_parser_set_patterns ( LogParser *  s,
GList *  patterns 
)

◆ regexp_parser_set_prefix()

void regexp_parser_set_prefix ( LogParser *  s,
const gchar *  prefix 
)