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... | |
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.
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().
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.