Searched refs:cbor_set_ctrl (Results 1 – 4 of 4) sorted by relevance
84 void cbor_set_ctrl(cbor_item_t *item, uint8_t value) { in cbor_set_ctrl() function148 cbor_set_ctrl(item, CBOR_CTRL_NULL); in cbor_new_null()155 cbor_set_ctrl(item, CBOR_CTRL_UNDEF); in cbor_new_undef()187 cbor_set_ctrl(item, value); in cbor_build_ctrl()
163 CBOR_EXPORT void cbor_set_ctrl(cbor_item_t *item, uint8_t value);
56 .. doxygenfunction:: cbor_set_ctrl
486 cbor_set_ctrl(item, 254); in test_serialize_long_ctrl()