Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/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()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.h49 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()