Handle to store data about a regex search. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Connection to the regex service. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
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... | |
Handle to store data about a regex search.
Definition at line 39 of file regex_api_search.c.
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().
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().
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().
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().
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().