Home
last modified time | relevance | path

Searched refs:cbor_encode_indef_array_start (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/libcbor/test/
H A Darray_encoders_test.c25 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()
/freebsd-src/contrib/libcbor/examples/
H A Dstreaming_array.c38 flush(cbor_encode_indef_array_start(buffer, BUFFER_SIZE)); in main()
/freebsd-src/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst42 .. doxygenfunction:: cbor_encode_indef_array_start
/freebsd-src/contrib/libcbor/src/cbor/
H A Dencoding.h82 cbor_encode_indef_array_start(unsigned char *, size_t);
H A Dencoding.c95 size_t cbor_encode_indef_array_start(unsigned char *buffer, in cbor_encode_indef_array_start() function
H A Dserialization.c279 written = cbor_encode_indef_array_start(buffer, buffer_size); in cbor_serialize_array()