GNUnet 0.21.1
CheckEdgeContext Struct Reference

Struct to keep track of the xquery while iterating all the edges in a block. More...

Data Fields

const char * xquery
 Xquery: string we are looking for. More...
 
int found
 Has any edge matched the xquery so far? (GNUNET_OK / GNUNET_NO) More...
 

Detailed Description

Struct to keep track of the xquery while iterating all the edges in a block.

Definition at line 134 of file regex_block_lib.c.

Field Documentation

◆ xquery

const char* CheckEdgeContext::xquery

Xquery: string we are looking for.

Definition at line 139 of file regex_block_lib.c.

Referenced by REGEX_BLOCK_check().

◆ found

int CheckEdgeContext::found

Has any edge matched the xquery so far? (GNUNET_OK / GNUNET_NO)

Definition at line 144 of file regex_block_lib.c.


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