Context for adding strided transitions to a DFA. More...
Data Fields | |
const unsigned int | stride |
Length of the strides. More... | |
struct REGEX_INTERNAL_Transition * | transitions_head |
Strided transitions DLL. More... | |
struct REGEX_INTERNAL_Transition * | transitions_tail |
Strided transitions DLL. More... | |
Context for adding strided transitions to a DFA.
Definition at line 2080 of file regex_internal.c.
const unsigned int REGEX_INTERNAL_Strided_Context::stride |
Length of the strides.
Definition at line 2085 of file regex_internal.c.
struct REGEX_INTERNAL_Transition* REGEX_INTERNAL_Strided_Context::transitions_head |
Strided transitions DLL.
New strided transitions will be stored in this DLL and afterwards added to the DFA.
Definition at line 2091 of file regex_internal.c.
struct REGEX_INTERNAL_Transition* REGEX_INTERNAL_Strided_Context::transitions_tail |
Strided transitions DLL.
Definition at line 2096 of file regex_internal.c.