Lines Matching refs:_state
14 static void test_uints(void **_CBOR_UNUSED(_state)) { in test_uints() argument
36 static void test_negints(void **_CBOR_UNUSED(_state)) { in test_negints() argument
58 static void test_def_bytestring(void **_CBOR_UNUSED(_state)) { in test_def_bytestring() argument
66 static void test_indef_bytestring(void **_CBOR_UNUSED(_state)) { in test_indef_bytestring() argument
81 static void test_def_string(void **_CBOR_UNUSED(_state)) { in test_def_string() argument
89 static void test_indef_string(void **_CBOR_UNUSED(_state)) { in test_indef_string() argument
103 static void test_def_array(void **_CBOR_UNUSED(_state)) { in test_def_array() argument
113 static void test_indef_array(void **_CBOR_UNUSED(_state)) { in test_indef_array() argument
123 static void test_def_map(void **_CBOR_UNUSED(_state)) { in test_def_map() argument
136 static void test_indef_map(void **_CBOR_UNUSED(_state)) { in test_indef_map() argument
149 static void test_tag(void **_CBOR_UNUSED(_state)) { in test_tag() argument
158 static void test_ctrls(void **_CBOR_UNUSED(_state)) { in test_ctrls() argument
165 static void test_floats(void **_CBOR_UNUSED(_state)) { in test_floats() argument
185 static void test_alloc_failure_simple(void **_CBOR_UNUSED(_state)) { in test_alloc_failure_simple() argument
194 static void test_bytestring_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_bytestring_alloc_failure() argument
205 static void test_bytestring_chunk_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_bytestring_chunk_alloc_failure() argument
216 static void test_bytestring_chunk_append_failure(void **_CBOR_UNUSED(_state)) { in test_bytestring_chunk_append_failure() argument
231 void **_CBOR_UNUSED(_state)) { in test_bytestring_second_chunk_alloc_failure() argument
248 static void test_string_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_string_alloc_failure() argument
258 static void test_string_chunk_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_string_chunk_alloc_failure() argument
268 static void test_string_chunk_append_failure(void **_CBOR_UNUSED(_state)) { in test_string_chunk_append_failure() argument
282 void **_CBOR_UNUSED(_state)) { in test_string_second_chunk_alloc_failure() argument
297 static void test_array_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_array_alloc_failure() argument
307 static void test_array_item_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_array_item_alloc_failure() argument
320 static void test_array_push_failure(void **_CBOR_UNUSED(_state)) { in test_array_push_failure() argument
333 static void test_array_second_item_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_array_second_item_alloc_failure() argument
347 static void test_map_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_map_alloc_failure() argument
359 static void test_map_key_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_map_key_alloc_failure() argument
373 static void test_map_value_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_map_value_alloc_failure() argument
387 static void test_map_add_failure(void **_CBOR_UNUSED(_state)) { in test_map_add_failure() argument
401 static void test_map_second_key_failure(void **_CBOR_UNUSED(_state)) { in test_map_second_key_failure() argument
418 static void test_tag_item_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_tag_item_alloc_failure() argument
427 static void test_tag_alloc_failure(void **_CBOR_UNUSED(_state)) { in test_tag_alloc_failure() argument