Home
last modified time | relevance | path

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

/freebsd-head/contrib/libcbor/src/cbor/
HDmaps.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()
HDmaps.h90 _CBOR_NODISCARD CBOR_EXPORT bool _cbor_map_add_value(cbor_item_t *item,
/freebsd-head/contrib/libcbor/src/cbor/internal/
HDbuilder_callbacks.c72 !_cbor_map_add_value(ctx->stack->top->item, item); in _cbor_builder_append()