Home
last modified time | relevance | path

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

/openbsd/lib/libcbor/src/cbor/
H A Dencoding.h56 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_negint64(uint64_t,
H A Dencoding.c51 size_t cbor_encode_negint64(uint64_t value, unsigned char *buffer, in cbor_encode_negint64() function
H A Dserialization.c202 return cbor_encode_negint64(cbor_get_uint64(item), buffer, buffer_size); in cbor_serialize_negint()