GNUnet 0.21.1
RecordLookupContext Struct Reference

Closure for lookup_it(). More...

Collaboration diagram for RecordLookupContext:
[legend]

Data Fields

const char * label
 The label to look up. More...
 
const char * editor_hint
 The editor hint for set. More...
 
char * res_rd
 The record result. More...
 
struct GNUNET_GNSRECORD_Datanick
 The nick for the zone. More...
 
int found
 If a record set was found or not. More...
 
enum GNUNET_GNSRECORD_Filter filter
 The record filter. More...
 
unsigned int res_rd_count
 The number of found records. More...
 
ssize_t rd_ser_len
 The length of the serialized records. More...
 

Detailed Description

Closure for lookup_it().

Definition at line 1084 of file gnunet-service-namestore.c.

Field Documentation

◆ label

const char* RecordLookupContext::label

The label to look up.

Definition at line 1089 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ editor_hint

const char* RecordLookupContext::editor_hint

The editor hint for set.

Definition at line 1094 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), and lookup_it().

◆ res_rd

char* RecordLookupContext::res_rd

The record result.

Definition at line 1099 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ nick

struct GNUNET_GNSRECORD_Data* RecordLookupContext::nick

The nick for the zone.

Definition at line 1104 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ found

int RecordLookupContext::found

If a record set was found or not.

Definition at line 1109 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ filter

enum GNUNET_GNSRECORD_Filter RecordLookupContext::filter

The record filter.

Definition at line 1114 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ res_rd_count

unsigned int RecordLookupContext::res_rd_count

The number of found records.

Definition at line 1119 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().

◆ rd_ser_len

ssize_t RecordLookupContext::rd_ser_len

The length of the serialized records.

Definition at line 1124 of file gnunet-service-namestore.c.

Referenced by handle_edit_record_set(), handle_record_lookup(), and lookup_it().


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