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()494 cJSON_Delete(c); in cJSON_ParseWithOpts()503 cJSON_Delete(c); in cJSON_ParseWithOpts()1103 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()1115 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()1150 cJSON_Delete(c); in cJSON_ReplaceItemInArray()1290 cJSON_Delete(newitem); in cJSON_Duplicate()1297 cJSON_Delete(newitem); in cJSON_Duplicate()1311 cJSON_Delete(newitem); in cJSON_Duplicate()
86 extern void cJSON_Delete(cJSON *c);
2932 cJSON_Delete(json);2943 cJSON_Delete(json);2982 cJSON_Delete(json);2997 cJSON_Delete(json);3008 cJSON_Delete(json);3063 cJSON_Delete(json);3069 cJSON_Delete(json);3140 cJSON_Delete(json);3207 cJSON_Delete(json);
441 cJSON_Delete(object_); in ~JsonWriterVisitor()680 cJSON_Delete(object); in VkTypeFromJson()