Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Darrays.h32 CBOR_EXPORT size_t cbor_array_allocated(const cbor_item_t* item);
H A Darrays.c17 size_t cbor_array_allocated(const cbor_item_t *item) { in cbor_array_allocated() function
/freebsd/contrib/libcbor/test/
H A Darray_test.c37 assert_size_equal(cbor_array_allocated(arr), 1); in test_simple_array()
183 assert_size_equal(cbor_array_allocated(array), 0); in test_array_push()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst41 .. doxygenfunction:: cbor_array_allocated
/freebsd/contrib/libcbor/
H A DCHANGELOG.md161 - Added `cbor_array_allocated` & map equivalent