Searched refs:chunk_copy (Results 1 – 1 of 1) sorted by relevance
182 cbor_item_t* chunk_copy = in cbor_copy() local184 if (chunk_copy == NULL) { in cbor_copy()188 if (!cbor_bytestring_add_chunk(res, chunk_copy)) { in cbor_copy()189 cbor_decref(&chunk_copy); in cbor_copy()193 cbor_decref(&chunk_copy); in cbor_copy()208 cbor_item_t* chunk_copy = in cbor_copy() local210 if (chunk_copy == NULL) { in cbor_copy()214 if (!cbor_string_add_chunk(res, chunk_copy)) { in cbor_copy()215 cbor_decref(&chunk_copy); in cbor_copy()219 cbor_decref(&chunk_copy); in cbor_copy()