Home
last modified time | relevance | path

Searched refs:cbor_encode_indef_string_start (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/libcbor/test/
H A Dtype_3_encoders_test.c30 assert_int_equal(1, cbor_encode_indef_string_start(buffer, 512)); in test_indef_string_start()
31 assert_int_equal(0, cbor_encode_indef_string_start(buffer, 0)); in test_indef_string_start()
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dencoding.h51 CBOR_EXPORT size_t cbor_encode_indef_string_start(unsigned char *, size_t);
H A Dencoding.c85 size_t cbor_encode_indef_string_start(unsigned char *buffer, in cbor_encode_indef_string_start() function
H A Dserialization.c156 size_t written = cbor_encode_indef_string_start(buffer, buffer_size); in cbor_serialize_string()