Closure for build_result_set(). More...
Data Fields | |
unsigned int | put_cnt |
How many entries can we store to xoff. More... | |
unsigned int | skip_cnt |
How many entries should we skip. More... | |
struct GNUNET_HashCode * | xoff |
Where to store the keys. More... | |
struct GNUNET_FS_SearchContext * | sc |
Search context we are iterating for. More... | |
unsigned int | keyword_offset |
Keyword offset the search result must match (0 for SKS) More... | |
Closure for build_result_set().
Definition at line 1014 of file fs_search.c.
unsigned int MessageBuilderContext::put_cnt |
How many entries can we store to xoff.
Definition at line 1019 of file fs_search.c.
Referenced by build_result_set(), find_result_set(), and schedule_transmit_search_request().
unsigned int MessageBuilderContext::skip_cnt |
How many entries should we skip.
Definition at line 1024 of file fs_search.c.
Referenced by build_result_set(), and schedule_transmit_search_request().
struct GNUNET_HashCode* MessageBuilderContext::xoff |
Where to store the keys.
Definition at line 1029 of file fs_search.c.
Referenced by build_result_set(), and schedule_transmit_search_request().
struct GNUNET_FS_SearchContext* MessageBuilderContext::sc |
Search context we are iterating for.
Definition at line 1034 of file fs_search.c.
Referenced by schedule_transmit_search_request().
unsigned int MessageBuilderContext::keyword_offset |
Keyword offset the search result must match (0 for SKS)
Definition at line 1039 of file fs_search.c.
Referenced by build_result_set(), find_result_set(), and schedule_transmit_search_request().