Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h232 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
H A DcJSON.c1719 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function
1735 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()