Lines Matching refs:cJSON_Delete
260 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() function
268 cJSON_Delete(item->child); in cJSON_Delete()
1150 cJSON_Delete(item); in cJSON_ParseWithLengthOpts()
1533 cJSON_Delete(head); in parse_array()
1704 cJSON_Delete(head); in parse_object()
2093 cJSON_Delete(null); in cJSON_AddNullToObject()
2105 cJSON_Delete(true_item); in cJSON_AddTrueToObject()
2117 cJSON_Delete(false_item); in cJSON_AddFalseToObject()
2129 cJSON_Delete(bool_item); in cJSON_AddBoolToObject()
2141 cJSON_Delete(number_item); in cJSON_AddNumberToObject()
2153 cJSON_Delete(string_item); in cJSON_AddStringToObject()
2165 cJSON_Delete(raw_item); in cJSON_AddRawToObject()
2177 cJSON_Delete(object_item); in cJSON_AddObjectToObject()
2189 cJSON_Delete(array); in cJSON_AddArrayToObject()
2235 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
2254 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
2259 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string)); in cJSON_DeleteItemFromObjectCaseSensitive()
2328 cJSON_Delete(item); in cJSON_ReplaceItemViaPointer()
2451 cJSON_Delete(item); in cJSON_CreateString()
2501 cJSON_Delete(item); in cJSON_CreateRaw()
2550 cJSON_Delete(a); in cJSON_CreateIntArray()
2586 cJSON_Delete(a); in cJSON_CreateFloatArray()
2622 cJSON_Delete(a); in cJSON_CreateDoubleArray()
2658 cJSON_Delete(a); in cJSON_CreateStringArray()
2749 cJSON_Delete(newitem); in cJSON_Duplicate()