Home
last modified time | relevance | path

Searched refs:cbor_set_ctrl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dfloats_ctrls.c79 void cbor_set_ctrl(cbor_item_t *item, uint8_t value) { in cbor_set_ctrl() function
142 cbor_set_ctrl(item, CBOR_CTRL_NULL); in cbor_new_null()
149 cbor_set_ctrl(item, CBOR_CTRL_UNDEF); in cbor_new_undef()
181 cbor_set_ctrl(item, value); in cbor_build_ctrl()
H A Dfloats_ctrls.h135 void cbor_set_ctrl(cbor_item_t *item, uint8_t value);
/netbsd-src/external/mit/libcbor/dist/test/
H A Dpretty_printer_test.c32 cbor_set_ctrl(item, 1); in test_pretty_printer()
H A Dcbor_serialize_test.c276 cbor_set_ctrl(item, 254); in test_serialize_long_ctrl()
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Dtype_7.rst57 .. doxygenfunction:: cbor_set_ctrl