GNUnet 0.21.1
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. More...
 
struct REGEX_INTERNAL_Transitiontransitions_head
 Strided transitions DLL. More...
 
struct REGEX_INTERNAL_Transitiontransitions_tail
 Strided transitions DLL. More...
 

Detailed Description

Context for adding strided transitions to a DFA.

Definition at line 2075 of file regex_internal.c.

Field Documentation

◆ stride

const unsigned int REGEX_INTERNAL_Strided_Context::stride

Length of the strides.

Definition at line 2080 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 2086 of file regex_internal.c.

◆ transitions_tail

struct REGEX_INTERNAL_Transition* REGEX_INTERNAL_Strided_Context::transitions_tail

Strided transitions DLL.

Definition at line 2091 of file regex_internal.c.


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