Lines Matching refs:cJSON_Delete
253 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() function
261 cJSON_Delete(item->child); in cJSON_Delete()
1141 cJSON_Delete(item); in cJSON_ParseWithLengthOpts()
1528 cJSON_Delete(head); in parse_array()
1703 cJSON_Delete(head); in parse_object()
2083 cJSON_Delete(null); in cJSON_AddNullToObject()
2095 cJSON_Delete(true_item); in cJSON_AddTrueToObject()
2107 cJSON_Delete(false_item); in cJSON_AddFalseToObject()
2119 cJSON_Delete(bool_item); in cJSON_AddBoolToObject()
2131 cJSON_Delete(number_item); in cJSON_AddNumberToObject()
2143 cJSON_Delete(string_item); in cJSON_AddStringToObject()
2155 cJSON_Delete(raw_item); in cJSON_AddRawToObject()
2167 cJSON_Delete(object_item); in cJSON_AddObjectToObject()
2179 cJSON_Delete(array); in cJSON_AddArrayToObject()
2231 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
2250 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
2255 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string)); in cJSON_DeleteItemFromObjectCaseSensitive()
2332 cJSON_Delete(item); in cJSON_ReplaceItemViaPointer()
2455 cJSON_Delete(item); in cJSON_CreateString()
2505 cJSON_Delete(item); in cJSON_CreateRaw()
2555 cJSON_Delete(a); in cJSON_CreateIntArray()
2595 cJSON_Delete(a); in cJSON_CreateFloatArray()
2635 cJSON_Delete(a); in cJSON_CreateDoubleArray()
2675 cJSON_Delete(a); in cJSON_CreateStringArray()
2774 cJSON_Delete(newitem); in cJSON_Duplicate()