#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/regex/regex_internal.h>
Data Fields | |
struct REGEX_INTERNAL_State ** | states |
Array of states. More... | |
unsigned int | off |
Number of entries in use in the 'states' array. More... | |
unsigned int | size |
Length of the 'states' array. More... | |
Set of states.
Definition at line 94 of file regex_internal.h.
struct REGEX_INTERNAL_State** REGEX_INTERNAL_StateSet::states |
Array of states.
Definition at line 99 of file regex_internal.h.
Referenced by dfa_state_create(), evaluate_nfa(), nfa_closure_set_create(), state_set_append(), state_set_clear(), and state_set_compare().
unsigned int REGEX_INTERNAL_StateSet::off |
Number of entries in use in the 'states' array.
Definition at line 104 of file regex_internal.h.
Referenced by dfa_state_create(), evaluate_nfa(), nfa_closure_set_create(), state_set_append(), state_set_clear(), and state_set_compare().
unsigned int REGEX_INTERNAL_StateSet::size |
Length of the 'states' array.
Definition at line 109 of file regex_internal.h.
Referenced by state_set_append(), and state_set_clear().