Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c1799 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJS… in replace_item_in_object() function
1815 return replace_item_in_object(object, string, newitem, false); in cJSON_ReplaceItemInObject()
1820 return replace_item_in_object(object, string, newitem, true); in cJSON_ReplaceItemInObjectCaseSensitive()