Searched refs:item_copy (Results 1 – 1 of 1) sorted by relevance
275 cbor_item_t *item_copy = cbor_copy(cbor_move(cbor_tag_item(item))); in cbor_copy() local276 if (item_copy == NULL) { in cbor_copy()279 cbor_item_t *tag = cbor_build_tag(cbor_tag_value(item), item_copy); in cbor_copy()280 cbor_decref(&item_copy); in cbor_copy()