Searched refs:cbor_new_tag (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Dtags.h29 cbor_item_t *cbor_new_tag(uint64_t value);
H A Dtags.c10 cbor_item_t *cbor_new_tag(uint64_t value) { function
40 cbor_item_t *res = cbor_new_tag(value);
/netbsd-current/external/mit/libcbor/dist/test/
H A Dmemory_allocation_test.c165 WITH_FAILING_MALLOC({ assert_null(cbor_new_tag(42)); });
H A Dcbor_serialize_test.c225 cbor_item_t *item = cbor_new_tag(21);
/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c374 cbor_item_t *res = cbor_new_tag(value);

Completed in 137 milliseconds