Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h240 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
H A DcJSON.c1792 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() function