Searched refs:cbor_encode_indef_array_start (Results 1 – 6 of 6) sorted by relevance
25 assert_size_equal(1, cbor_encode_indef_array_start(buffer, 512)); in test_indef_array_start()26 assert_size_equal(0, cbor_encode_indef_array_start(buffer, 0)); in test_indef_array_start()
39 flush(cbor_encode_indef_array_start(buffer, BUFFER_SIZE)); in main()
78 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_indef_array_start(unsigned char*,
98 size_t cbor_encode_indef_array_start(unsigned char* buffer, in cbor_encode_indef_array_start() function
305 written = cbor_encode_indef_array_start(buffer, buffer_size); in cbor_serialize_array()
42 .. doxygenfunction:: cbor_encode_indef_array_start