Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.h101 size_t cbor_encode_ctrl(uint8_t, unsigned char *, size_t);
H A Dencoding.c189 size_t cbor_encode_ctrl(uint8_t value, unsigned char *buffer, in cbor_encode_ctrl() function
H A Dserialization.c273 return cbor_encode_ctrl(cbor_ctrl_value(item), buffer, buffer_size); in cbor_serialize_float_ctrl()