grok Struct Reference
Data Fields |
const char * | pattern |
| The original pattern given to grok_compile().
|
int | pattern_len |
| length of the pattern string
|
char * | full_pattern |
| The full expanded pattern generated from grok_compile().
|
int | full_pattern_len |
| full_pattern string length
|
TCTREE * | patterns |
| tokyocabinet TCTREE of patterns
|
pcre * | re |
int * | pcre_capture_vector |
int | pcre_num_captures |
TCTREE * | captures_by_id |
TCTREE * | captures_by_name |
TCTREE * | captures_by_subname |
TCTREE * | captures_by_capture_number |
int | max_capture_num |
const char * | pcre_errptr |
| PCRE pattern compilation errors.
|
int | pcre_erroffset |
int | pcre_errno |
unsigned int | logmask |
unsigned int | logdepth |
char * | errstr |
The documentation for this struct was generated from the following file: