Home
last modified time | relevance | path

Searched refs:cbor_encode_indef_map_start (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dmap_encoders_test.c25 assert_size_equal(1, cbor_encode_indef_map_start(buffer, 512)); in test_indef_map_start()
26 assert_size_equal(0, cbor_encode_indef_map_start(buffer, 0)); in test_indef_map_start()
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst46 .. doxygenfunction:: cbor_encode_indef_map_start
/freebsd/contrib/libcbor/src/cbor/
H A Dencoding.h88 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_indef_map_start(unsigned char *,
H A Dencoding.c105 size_t cbor_encode_indef_map_start(unsigned char *buffer, size_t buffer_size) { in cbor_encode_indef_map_start() function
H A Dserialization.c311 written = cbor_encode_indef_map_start(buffer, buffer_size); in cbor_serialize_map()