Home
last modified time | relevance | path

Searched refs:add_item_to_array (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/
H A Dmisc_tests.c371 add_item_to_array(array, item1); in cjson_functions_should_not_crash_with_null_pointers()
372 add_item_to_array(array, item2); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
H A DcJSON.c2204 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() function
2240 return add_item_to_array(array, item); in CJSON_PUBLIC()
2293 return add_item_to_array(object, item); in add_item_to_object()
2314 return add_item_to_array(array, create_reference(item, &global_hooks)); in CJSON_PUBLIC()
2537 return add_item_to_array(array, newitem); in CJSON_PUBLIC()

Completed in 6 milliseconds