HomeSort by: relevance | last modified time | path
    Searched refs:cbor_refcount (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/
common.h 270 size_t cbor_refcount(const cbor_item_t *item);
common.c 155 size_t cbor_refcount(const cbor_item_t *item) { return item->refcount; } function
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 172 ['cbor_5frefcount',['cbor_refcount',['../common_8c.html#ab27dda20ad909cebaee1b2f43e676f2c',1,'cbor_refcount(const cbor_item_t *item): common.c'],['../common_8h.html#ab27dda20ad909cebaee1b2f43e676f2c',1,'cbor_refcount(const cbor_item_t *item): common.c']]],
all_3.js 224 ['cbor_5frefcount',['cbor_refcount',['../common_8c.html#ab27dda20ad909cebaee1b2f43e676f2c',1,'cbor_refcount(const cbor_item_t *item): common.c'],['../common_8h.html#ab27dda20ad909cebaee1b2f43e676f2c',1,'cbor_refcount(const cbor_item_t *item): common.c']]],
  /src/external/mit/libcbor/dist/test/
type_2_test.c 275 assert_int_equal(1, cbor_refcount(bs));

Completed in 53 milliseconds