Go to the source code of this file.
Data Structures | |
struct | grok_match |
Typedefs | |
typedef struct grok_match | grok_match_t |
Functions | |
const grok_capture * | grok_match_get_named_capture (const grok_match_t *gm, const char *name) |
int | grok_match_get_named_substring (const grok_match_t *gm, const char *name, const char **substr, int *len) |
void | grok_match_walk_init (const grok_match_t *gm) |
int | grok_match_walk_next (const grok_match_t *gm, char **name, int *namelen, const char **substr, int *substrlen) |
void | grok_match_walk_end (const grok_match_t *gm) |