GNUnet 0.26.2
 
Loading...
Searching...
No Matches
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
 
bool allow_nulls
 
bool ** is_nulls
 

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 1216 of file pq_result_helper.c.

Field Documentation

◆ oid

Oid array_result_cls::oid

Definition at line 1219 of file pq_result_helper.c.

◆ typ

enum array_types array_result_cls::typ

Definition at line 1222 of file pq_result_helper.c.

◆ same_size

size_t array_result_cls::same_size

Definition at line 1225 of file pq_result_helper.c.

◆ num

◆ sizes

size_t** array_result_cls::sizes

Definition at line 1232 of file pq_result_helper.c.

Referenced by GNUNET_PQ_result_spec_array_variable_size().

◆ allow_nulls

bool array_result_cls::allow_nulls

Definition at line 1235 of file pq_result_helper.c.

◆ is_nulls

bool** array_result_cls::is_nulls

Definition at line 1240 of file pq_result_helper.c.

Referenced by GNUNET_PQ_result_spec_array_allow_nulls().


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