Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.c1957 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() function
1993 return add_item_to_array(array, item); in cJSON_AddItemToArray()
2046 return add_item_to_array(object, item); in add_item_to_object()
2067 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray()
2276 return add_item_to_array(array, newitem); in cJSON_InsertItemInArray()
/third_party/cJSON/tests/
Dmisc_tests.c362 add_item_to_array(array, item1); in cjson_functions_should_not_crash_with_null_pointers()
363 add_item_to_array(array, item2); in cjson_functions_should_not_crash_with_null_pointers()