Searched refs:cbor_encode_tag (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | tag_encoders_test.c | 14 assert_size_equal(1, cbor_encode_tag(1, buffer, 512)); in test_embedded_tag() 19 assert_size_equal(5, cbor_encode_tag(1000000, buffer, 512)); in test_tag()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | streaming_encoding.rst | 48 .. doxygenfunction:: cbor_encode_tag
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | encoding.h | 91 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_tag(uint64_t, unsigned char *,
|
H A D | encoding.c | 109 size_t cbor_encode_tag(uint64_t value, unsigned char *buffer, in cbor_encode_tag() function
|
H A D | serialization.c | 342 size_t written = cbor_encode_tag(cbor_tag_value(item), buffer, buffer_size); in cbor_serialize_tag()
|