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

/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dencoders.h26 size_t _cbor_encode_uint32(uint32_t value, unsigned char *buffer,
H A Dencoders.c45 size_t _cbor_encode_uint32(uint32_t value, unsigned char *buffer, function
95 return _cbor_encode_uint32((uint32_t)value, buffer, buffer_size, offset);
/freebsd-current/contrib/libcbor/src/cbor/
H A Dencoding.c23 return _cbor_encode_uint32(value, buffer, buffer_size, 0x00);
48 return _cbor_encode_uint32(value, buffer, buffer_size, 0x20);
181 return _cbor_encode_uint32(

Completed in 175 milliseconds