Home
last modified time | relevance | path

Searched refs:cbor_encode_undef (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcbor/src/cbor/
H A Dencoding.h99 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_undef(unsigned char *, size_t);
H A Dencoding.c123 size_t cbor_encode_undef(unsigned char *buffer, size_t buffer_size) { in cbor_encode_undef() function