Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/test/
H A Dtype_6_test.c24 assert_true(cbor_refcount(tag) == 1); in test_refcounting()
26 assert_true(cbor_refcount(item) == 2); in test_refcounting()
29 assert_true(cbor_refcount(item) == 1); in test_refcounting()
H A Dtype_2_test.c275 assert_int_equal(1, cbor_refcount(bs)); in test_two_indef()
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcommon.h280 CBOR_EXPORT size_t cbor_refcount(const cbor_item_t *item);
H A Dcommon.c155 size_t cbor_refcount(const cbor_item_t *item) { return item->refcount; } in cbor_refcount() function
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst39 .. doxygenfunction:: cbor_refcount