Lines Matching refs:cbor_decref
24 cbor_decref(&arr); in test_empty_array()
46 cbor_decref(&new_val); in test_simple_array()
48 cbor_decref(&arr); in test_simple_array()
49 cbor_decref(&intermediate); in test_simple_array()
71 cbor_decref(&arr); in test_nested_arrays()
90 cbor_decref(&arr); in test_indef_arrays()
112 cbor_decref(&arr); in test_nested_indef_arrays()
145 cbor_decref(&one); in test_array_replace()
146 cbor_decref(&three); in test_array_replace()
147 cbor_decref(&array); in test_array_replace()
162 cbor_decref(&one); in test_array_push_overflow()
165 cbor_decref(&array); in test_array_push_overflow()
187 cbor_decref(&string); in test_array_push()
188 cbor_decref(&array); in test_array_push()