Searched refs:cbor_encode_map_start (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | type_5_encoders_test.c | 19 assert_int_equal(1, cbor_encode_map_start(1, buffer, 512)); in test_embedded_map_start() 24 assert_int_equal(5, cbor_encode_map_start(1000000, buffer, 512)); in test_map_start()
|
/netbsd-src/external/mit/libcbor/dist/src/cbor/ |
H A D | encoding.h | 55 size_t cbor_encode_map_start(size_t, unsigned char *, size_t);
|
H A D | encoding.c | 100 size_t cbor_encode_map_start(size_t length, unsigned char *buffer, in cbor_encode_map_start() function
|
H A D | serialization.c | 218 written = cbor_encode_map_start(size, buffer, buffer_size); in cbor_serialize_map()
|