Searched refs:add_item_to_array (Results 1 – 1 of 1) sorted by relevance
1953 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() function1998 return add_item_to_array(array, item); in cJSON_AddItemToArray()2051 return add_item_to_array(object, item); in add_item_to_object()2072 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray()2275 return add_item_to_array(array, newitem); in cJSON_InsertItemInArray()