Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h75 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.c252 size_t written = cbor_encode_indef_string_start(buffer, buffer_size); in cbor_serialize_string()