Lines Matching refs:cbor_decref

17   cbor_decref(&item);  in test_uints()
18 cbor_decref(&copy); in test_uints()
22 cbor_decref(&item); in test_uints()
23 cbor_decref(&copy); in test_uints()
27 cbor_decref(&item); in test_uints()
28 cbor_decref(&copy); in test_uints()
32 cbor_decref(&item); in test_uints()
33 cbor_decref(&copy); in test_uints()
39 cbor_decref(&item); in test_negints()
40 cbor_decref(&copy); in test_negints()
44 cbor_decref(&item); in test_negints()
45 cbor_decref(&copy); in test_negints()
49 cbor_decref(&item); in test_negints()
50 cbor_decref(&copy); in test_negints()
54 cbor_decref(&item); in test_negints()
55 cbor_decref(&copy); in test_negints()
62 cbor_decref(&item); in test_def_bytestring()
63 cbor_decref(&copy); in test_def_bytestring()
77 cbor_decref(&item); in test_indef_bytestring()
78 cbor_decref(&copy); in test_indef_bytestring()
85 cbor_decref(&item); in test_def_string()
86 cbor_decref(&copy); in test_def_string()
99 cbor_decref(&item); in test_indef_string()
100 cbor_decref(&copy); in test_indef_string()
108 cbor_decref(&item); in test_def_array()
109 cbor_decref(&copy); in test_def_array()
110 cbor_decref(&tmp); in test_def_array()
118 cbor_decref(&item); in test_indef_array()
119 cbor_decref(&copy); in test_indef_array()
120 cbor_decref(&tmp); in test_indef_array()
132 cbor_decref(&item); in test_def_map()
133 cbor_decref(&copy); in test_def_map()
145 cbor_decref(&item); in test_indef_map()
146 cbor_decref(&copy); in test_indef_map()
154 cbor_decref(&item); in test_tag()
155 cbor_decref(&copy); in test_tag()
161 cbor_decref(&item); in test_ctrls()
162 cbor_decref(&copy); in test_ctrls()
169 cbor_decref(&item); in test_floats()
170 cbor_decref(&copy); in test_floats()
175 cbor_decref(&item); in test_floats()
176 cbor_decref(&copy); in test_floats()
181 cbor_decref(&item); in test_floats()
182 cbor_decref(&copy); in test_floats()
191 cbor_decref(&item); in test_alloc_failure_simple()
202 cbor_decref(&item); in test_bytestring_alloc_failure()
213 cbor_decref(&item); in test_bytestring_chunk_alloc_failure()
227 cbor_decref(&item); in test_bytestring_chunk_append_failure()
245 cbor_decref(&item); in test_bytestring_second_chunk_alloc_failure()
255 cbor_decref(&item); in test_string_alloc_failure()
265 cbor_decref(&item); in test_string_chunk_alloc_failure()
278 cbor_decref(&item); in test_string_chunk_append_failure()
294 cbor_decref(&item); in test_string_second_chunk_alloc_failure()
304 cbor_decref(&item); in test_array_alloc_failure()
317 cbor_decref(&item); in test_array_item_alloc_failure()
330 cbor_decref(&item); in test_array_push_failure()
344 cbor_decref(&item); in test_array_second_item_alloc_failure()
356 cbor_decref(&item); in test_map_alloc_failure()
370 cbor_decref(&item); in test_map_key_alloc_failure()
384 cbor_decref(&item); in test_map_value_alloc_failure()
398 cbor_decref(&item); in test_map_add_failure()
415 cbor_decref(&item); in test_map_second_key_failure()
424 cbor_decref(&item); in test_tag_item_alloc_failure()
435 cbor_decref(&item); in test_tag_alloc_failure()