#include "regexp-parser.h"#include "parser/parser-expr.h"#include "scratch-buffers.h"#include "string-list.h"#include <string.h>
Classes | |
| struct | RegexpParser |
Functions | |
| LogMatcherOptions * | regexp_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) |
| LogParser * | regexp_parser_new (GlobalConfig *cfg) |
| gboolean regexp_parser_compile | ( | LogParser * | s, |
| GError ** | error | ||
| ) |
| LogMatcherOptions* regexp_parser_get_matcher_options | ( | LogParser * | s | ) |
| LogParser* regexp_parser_new | ( | GlobalConfig * | cfg | ) |
| void regexp_parser_set_patterns | ( | LogParser * | s, |
| GList * | patterns | ||
| ) |
| void regexp_parser_set_prefix | ( | LogParser * | s, |
| const gchar * | prefix | ||
| ) |