Home
last modified time | relevance | path

Searched refs:_cbor_map_add_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libcbor/src/cbor/
H A Dmaps.c95 bool _cbor_map_add_value(cbor_item_t* item, cbor_item_t* value) { in _cbor_map_add_value() function
110 return _cbor_map_add_value(item, pair.value); in cbor_map_add()
H A Dmaps.h90 _CBOR_NODISCARD CBOR_EXPORT bool _cbor_map_add_value(cbor_item_t* item,
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c72 !_cbor_map_add_value(ctx->stack->top->item, item); in _cbor_builder_append()