GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
REGEX_INTERNAL_Strided_Context Struct Reference

Context for adding strided transitions to a DFA. More...

Collaboration diagram for REGEX_INTERNAL_Strided_Context:
[legend]

Data Fields

const unsigned int stride
 Length of the strides.
 
struct REGEX_INTERNAL_Transitiontransitions_head
 Strided transitions DLL.
 
struct REGEX_INTERNAL_Transitiontransitions_tail
 Strided transitions DLL.
 

Detailed Description

Context for adding strided transitions to a DFA.

Definition at line 2080 of file regex_internal.c.

Field Documentation

◆ stride

const unsigned int REGEX_INTERNAL_Strided_Context::stride

Length of the strides.

Definition at line 2085 of file regex_internal.c.

◆ transitions_head

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.

◆ transitions_tail

struct REGEX_INTERNAL_Transition* REGEX_INTERNAL_Strided_Context::transitions_tail

Strided transitions DLL.

Definition at line 2096 of file regex_internal.c.


The documentation for this struct was generated from the following file: