Searched refs:cbor_refcount (Results 1 – 5 of 5) sorted by relevance
24 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()
275 assert_int_equal(1, cbor_refcount(bs)); in test_two_indef()
280 CBOR_EXPORT size_t cbor_refcount(const cbor_item_t *item);
155 size_t cbor_refcount(const cbor_item_t *item) { return item->refcount; } in cbor_refcount() function
39 .. doxygenfunction:: cbor_refcount