Searched refs:cbor_new_tag (Results 1 – 6 of 6) sorted by relevance
10 cbor_item_t *cbor_new_tag(uint64_t value) { in cbor_new_tag() function40 cbor_item_t *res = cbor_new_tag(value); in cbor_build_tag()
31 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t *cbor_new_tag(uint64_t value);
17 .. doxygenfunction:: cbor_new_tag
147 WITH_FAILING_MALLOC({ assert_null(cbor_new_tag(42)); });
414 cbor_item_t *item = cbor_new_tag(21); in test_serialize_half() 426 cbor_item_t *item = cbor_new_tag(21); in test_serialize_single()
419 cbor_item_t *res = cbor_new_tag(value); in cbor_builder_boolean_callback()