Searched refs:cbor_encode_indef_array_start (Results 1 – 4 of 4) sorted by relevance
30 assert_int_equal(1, cbor_encode_indef_array_start(buffer, 512)); in test_indef_array_start()31 assert_int_equal(0, cbor_encode_indef_array_start(buffer, 0)); in test_indef_array_start()
53 size_t cbor_encode_indef_array_start(unsigned char *, size_t);
95 size_t cbor_encode_indef_array_start(unsigned char *buffer, in cbor_encode_indef_array_start() function
185 written = cbor_encode_indef_array_start(buffer, buffer_size); in cbor_serialize_array()