Searched refs:add_item_to_array (Results 1 – 2 of 2) sorted by relevance
1957 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() function1993 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()
362 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()