Searched refs:cbor_refcount (Results 1 – 2 of 2) sorted by relevance
314 CBOR_EXPORT size_t cbor_refcount(const cbor_item_t *item);
158 size_t cbor_refcount(const cbor_item_t *item) { return item->refcount; } in cbor_refcount() function