Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c1501 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array() function
1530 return add_item_to_array(array, item); in cJSON_AddItemToArray()
1570 return add_item_to_array(object, item); in add_item_to_object()
1588 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray()
1751 if (after_inserted == NULL) return add_item_to_array(array, newitem); in cJSON_InsertItemInArray()