Searched refs:cbor_set_ctrl (Results 1 – 5 of 5) sorted by relevance
79 void cbor_set_ctrl(cbor_item_t *item, uint8_t value) { in cbor_set_ctrl() function142 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()
135 void cbor_set_ctrl(cbor_item_t *item, uint8_t value);
32 cbor_set_ctrl(item, 1); in test_pretty_printer()
276 cbor_set_ctrl(item, 254); in test_serialize_long_ctrl()
57 .. doxygenfunction:: cbor_set_ctrl