bcon_ensure_bson_iter_ptr ( struct bson_iter_t* _t )
Field '_t.value' in 1st parameter '_t' (pointer) has base type 'struct _bson_value_t'.
bcon_ensure_const_bson_iter_ptr ( struct bson_iter_t const* _t )
Field '_t.value' in 1st parameter '_t' (pointer) has base type 'struct _bson_value_t'.
bcon_extract_ctx ( bson_t* bson, bcon_extract_ctx_t* ctx, ... )
Field 'ctx.stack.iter.value' in 2nd parameter 'ctx' (pointer) has base type 'struct _bson_value_t'.
bcon_extract_ctx_init ( bcon_extract_ctx_t* ctx )
Field 'ctx.stack.iter.value' in 1st parameter 'ctx' (pointer) has base type 'struct _bson_value_t'.
bcon_extract_ctx_va ( bson_t* bson, bcon_extract_ctx_t* ctx, va_list* ap )
Field 'ctx.stack.iter.value' in 2nd parameter 'ctx' (pointer) has base type 'struct _bson_value_t'.
bcon_extract_va ( bson_t* bson, bcon_extract_ctx_t* ctx, ... )
Field 'ctx.stack.iter.value' in 2nd parameter 'ctx' (pointer) has base type 'struct _bson_value_t'.
bson_append_array_from_vector ( bson_t* bson, char const* key, int key_length, struct bson_iter_t const* iter )
Field 'iter.value' in 4th parameter 'iter' (pointer) has base type 'struct _bson_value_t'.
bson_append_iter ( bson_t* bson, char const* key, int key_length, struct bson_iter_t const* iter )
Field 'iter.value' in 4th parameter 'iter' (pointer) has base type 'struct _bson_value_t'.
bson_append_value ( bson_t* bson, char const* key, int key_length, bson_value_t const* value )
4th parameter 'value' (pointer) has base type 'struct _bson_value_t'.
bson_append_vector_float32_from_array ( bson_t* bson, char const* key, int key_length, struct bson_iter_t const* iter, bson_error_t* error )
Field 'iter.value' in 4th parameter 'iter' (pointer) has base type 'struct _bson_value_t'.
...