Home
last modified time | relevance | path

Searched refs:cbor_encode_indef_bytestring_start (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dbytestring_encoders_test.c26 assert_size_equal(0, cbor_encode_indef_bytestring_start(buffer, 0)); in test_indef_bytestring_start()
27 assert_size_equal(1, cbor_encode_indef_bytestring_start(buffer, 512)); in test_indef_bytestring_start()
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst34 .. doxygenfunction:: cbor_encode_indef_bytestring_start
/freebsd/contrib/libcbor/src/cbor/
H A Dencoding.h68 cbor_encode_indef_bytestring_start(unsigned char *, size_t);
H A Dencoding.c75 size_t cbor_encode_indef_bytestring_start(unsigned char *buffer, in cbor_encode_indef_bytestring_start() function
H A Dserialization.c220 size_t written = cbor_encode_indef_bytestring_start(buffer, buffer_size); in cbor_serialize_bytestring()