Home
last modified time | relevance | path

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

/openbsd-src/lib/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