Searched refs:_cbor_encode_uint64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dencoders.h30 size_t _cbor_encode_uint64(uint64_t value, unsigned char *buffer,
H A Dencoders.c64 size_t _cbor_encode_uint64(uint64_t value, unsigned char *buffer, function
97 return _cbor_encode_uint64((uint64_t)value, buffer, buffer_size, offset);
/freebsd-current/contrib/libcbor/src/cbor/
H A Dencoding.c28 return _cbor_encode_uint64(value, buffer, buffer_size, 0x00);
53 return _cbor_encode_uint64(value, buffer, buffer_size, 0x20);
188 return _cbor_encode_uint64(

Completed in 119 milliseconds