GNUnet 0.21.1
MessageBuilderContext Struct Reference

Closure for build_result_set(). More...

Collaboration diagram for MessageBuilderContext:
[legend]

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_HashCodexoff
 Where to store the keys. More...
 
struct GNUNET_FS_SearchContextsc
 Search context we are iterating for. More...
 
unsigned int keyword_offset
 Keyword offset the search result must match (0 for SKS) More...
 

Detailed Description

Closure for build_result_set().

Definition at line 1014 of file fs_search.c.

Field Documentation

◆ put_cnt

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

◆ skip_cnt

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

◆ xoff

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

◆ sc

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

◆ keyword_offset

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


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