GNUnet debian-0.24.3-29-g453fda2cf
 
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 1211 of file pq_result_helper.c.

Field Documentation

◆ oid

Oid array_result_cls::oid

Definition at line 1214 of file pq_result_helper.c.

◆ typ

enum array_types array_result_cls::typ

Definition at line 1217 of file pq_result_helper.c.

◆ same_size

size_t array_result_cls::same_size

Definition at line 1220 of file pq_result_helper.c.

◆ num

◆ sizes

size_t** array_result_cls::sizes

Definition at line 1227 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 1230 of file pq_result_helper.c.

◆ is_nulls

bool** array_result_cls::is_nulls

Definition at line 1235 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: