GNUnet 0.21.1
GNUNET_REGEX_Search Struct Reference

Handle to store data about a regex search. More...

Collaboration diagram for GNUNET_REGEX_Search:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Connection to the regex service. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
GNUNET_REGEX_Found callback
 Function to call with results. More...
 
void * callback_cls
 Closure for callback. More...
 
char * string
 Search string to transmit to the service. More...
 

Detailed Description

Handle to store data about a regex search.

Definition at line 39 of file regex_api_search.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_REGEX_Search::mq

Connection to the regex service.

Definition at line 44 of file regex_api_search.c.

Referenced by GNUNET_REGEX_search(), GNUNET_REGEX_search_cancel(), mq_error_handler(), and search_reconnect().

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_REGEX_Search::cfg

Our configuration.

Definition at line 49 of file regex_api_search.c.

Referenced by GNUNET_REGEX_search(), and search_reconnect().

◆ callback

GNUNET_REGEX_Found GNUNET_REGEX_Search::callback

Function to call with results.

Definition at line 54 of file regex_api_search.c.

Referenced by GNUNET_REGEX_search(), and handle_search_response().

◆ callback_cls

void* GNUNET_REGEX_Search::callback_cls

Closure for callback.

Definition at line 59 of file regex_api_search.c.

Referenced by GNUNET_REGEX_search(), and handle_search_response().

◆ string

char* GNUNET_REGEX_Search::string

Search string to transmit to the service.

Definition at line 64 of file regex_api_search.c.

Referenced by GNUNET_REGEX_search(), GNUNET_REGEX_search_cancel(), and search_reconnect().


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