GNUnet 0.21.1
array_result_cls Struct Reference

Closure for the array result specifications. More...

Data Fields

Oid oid
 
enum array_types typ
 
size_t same_size
 
size_t * num
 
size_t ** sizes
 

Detailed Description

Closure for the array result specifications.

Contains type information for the generic parser extract_array_generic and out-pointers for the results.

Definition at line 1212 of file pq_result_helper.c.

Field Documentation

◆ oid

Oid array_result_cls::oid

Definition at line 1215 of file pq_result_helper.c.

◆ typ

enum array_types array_result_cls::typ

Definition at line 1218 of file pq_result_helper.c.

◆ same_size

size_t array_result_cls::same_size

Definition at line 1221 of file pq_result_helper.c.

◆ num

◆ sizes

size_t** array_result_cls::sizes

Definition at line 1228 of file pq_result_helper.c.

Referenced by GNUNET_PQ_result_spec_array_variable_size().


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