Searched refs:cbor_set_ctrl (Results 1 – 4 of 4) sorted by relevance
88 void cbor_set_ctrl(cbor_item_t* item, uint8_t value) { in cbor_set_ctrl() function152 cbor_set_ctrl(item, CBOR_CTRL_NULL); in cbor_new_null()159 cbor_set_ctrl(item, CBOR_CTRL_UNDEF); in cbor_new_undef()191 cbor_set_ctrl(item, value); in cbor_build_ctrl()
164 CBOR_EXPORT void cbor_set_ctrl(cbor_item_t* item, uint8_t value);
56 .. doxygenfunction:: cbor_set_ctrl
485 cbor_set_ctrl(item, 254); in test_serialize_long_ctrl()