Searched refs:cJSON_Delete (Results 1 – 4 of 4) sorted by relevance
76 void cJSON_Delete(cJSON *c) { in cJSON_Delete() function81 cJSON_Delete(c->child); in cJSON_Delete()491 cJSON_Delete(c); in cJSON_ParseWithOpts()500 cJSON_Delete(c); in cJSON_ParseWithOpts()1100 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()1112 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()1147 cJSON_Delete(c); in cJSON_ReplaceItemInArray()1287 cJSON_Delete(newitem); in cJSON_Duplicate()1294 cJSON_Delete(newitem); in cJSON_Duplicate()1308 cJSON_Delete(newitem); in cJSON_Duplicate()
87 extern void cJSON_Delete(cJSON *c);
2463 cJSON_Delete(json);2477 cJSON_Delete(json);2520 cJSON_Delete(json);2584 cJSON_Delete(json);
439 cJSON_Delete(object_); in ~JsonWriterVisitor()678 cJSON_Delete(object); in VkTypeFromJson()