Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_5_encoders_test.c30 assert_int_equal(1, cbor_encode_indef_map_start(buffer, 512)); in test_indef_map_start()
31 assert_int_equal(0, cbor_encode_indef_map_start(buffer, 0)); in test_indef_map_start()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.h57 size_t cbor_encode_indef_map_start(unsigned char *, size_t);
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.c221 written = cbor_encode_indef_map_start(buffer, buffer_size); in cbor_serialize_map()