Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h82 cbor_encode_indef_array_start(unsigned char *, size_t);
H A Dencoding.c95 size_t cbor_encode_indef_array_start(unsigned char *buffer, in cbor_encode_indef_array_start() function
H A Dserialization.c279 written = cbor_encode_indef_array_start(buffer, buffer_size); in cbor_serialize_array()