Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libcbor/test/
HDarray_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-13-stable/contrib/libcbor/examples/
HDstreaming_array.c38 flush(cbor_encode_indef_array_start(buffer, BUFFER_SIZE)); in main()
/freebsd-13-stable/contrib/libcbor/src/cbor/
HDencoding.h82 cbor_encode_indef_array_start(unsigned char *, size_t);
HDencoding.c95 size_t cbor_encode_indef_array_start(unsigned char *buffer, in cbor_encode_indef_array_start() function
HDserialization.c279 written = cbor_encode_indef_array_start(buffer, buffer_size); in cbor_serialize_array()
/freebsd-13-stable/contrib/libcbor/doc/source/api/
HDstreaming_encoding.rst42 .. doxygenfunction:: cbor_encode_indef_array_start