Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h84 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_map_start(size_t,
H A Dencoding.c100 size_t cbor_encode_map_start(size_t length, unsigned char *buffer, in cbor_encode_map_start() function
H A Dserialization.c308 written = cbor_encode_map_start(size, buffer, buffer_size); in cbor_serialize_map()