Set of states using MDLL API. More...
Data Fields | |
struct REGEX_INTERNAL_State * | head |
MDLL of states. More... | |
struct REGEX_INTERNAL_State * | tail |
MDLL of states. More... | |
unsigned int | len |
Length of the MDLL. More... | |
Set of states using MDLL API.
Definition at line 42 of file regex_internal.c.
struct REGEX_INTERNAL_State* REGEX_INTERNAL_StateSet_MDLL::head |
MDLL of states.
Definition at line 47 of file regex_internal.c.
Referenced by nfa_closure_set_create().
struct REGEX_INTERNAL_State* REGEX_INTERNAL_StateSet_MDLL::tail |
MDLL of states.
Definition at line 52 of file regex_internal.c.
Referenced by nfa_closure_set_create().
unsigned int REGEX_INTERNAL_StateSet_MDLL::len |
Length of the MDLL.
Definition at line 57 of file regex_internal.c.
Referenced by nfa_closure_set_create().