Home
last modified time | relevance | path

Searched refs:cbor_map_allocated (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dmaps.h35 size_t cbor_map_allocated(const cbor_item_t *item);
H A Dmaps.c16 size_t cbor_map_allocated(const cbor_item_t *item) { in cbor_map_allocated() function
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Dtype_5.rst25 .. doxygenfunction:: cbor_map_allocated
/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_5_test.c30 assert_int_equal(cbor_map_allocated(map), 0); in test_empty_map()
H A Dmemory_allocation_test.c247 assert_int_equal(cbor_map_allocated(map), 0); in test_map_add()