Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dmaps.c96 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.h83 bool _cbor_map_add_value(cbor_item_t *item, cbor_item_t *value);
/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c55 _cbor_map_add_value(ctx->stack->top->item, cbor_move(item)); in _cbor_builder_append()