Home
last modified time | relevance | path

Searched refs:cJSON_InitHooks (Results 1 - 4 of 4) sorted by relevance

/third_party/cJSON/tests/
H A Dcjson_add.c75 cJSON_InitHooks(&failing_hooks); in cjson_add_null_should_fail_on_allocation_failure()
79 cJSON_InitHooks(NULL); in cjson_add_null_should_fail_on_allocation_failure()
111 cJSON_InitHooks(&failing_hooks); in cjson_add_true_should_fail_on_allocation_failure()
115 cJSON_InitHooks(NULL); in cjson_add_true_should_fail_on_allocation_failure()
124 cJSON_InitHooks(&failing_hooks); in cjson_create_int_array_should_fail_on_allocation_failure()
128 cJSON_InitHooks(NULL); in cjson_create_int_array_should_fail_on_allocation_failure()
135 cJSON_InitHooks(&failing_hooks); in cjson_create_float_array_should_fail_on_allocation_failure()
139 cJSON_InitHooks(NULL); in cjson_create_float_array_should_fail_on_allocation_failure()
146 cJSON_InitHooks(&failing_hooks); in cjson_create_double_array_should_fail_on_allocation_failure()
150 cJSON_InitHooks(NUL in cjson_create_double_array_should_fail_on_allocation_failure()
[all...]
H A Dmisc_tests.c379 cJSON_InitHooks(NULL); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
H A DcJSON.h157 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks);
320 /* malloc/free objects using the malloc/free functions that have been set with cJSON_InitHooks */
H A DcJSON.c221 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks() function

Completed in 7 milliseconds