Searched refs:CJSONDelete (Results 1 – 1 of 1) sorted by relevance
68 CJSON_PUBLIC(void) CJSONDelete(cJSON *item) in CJSONDelete() function76 CJSONDelete(item->child); in CJSONDelete()125 return (CJson::cJsonPtr == nullptr) ? CJSONDelete(item) : CJson::cJsonPtr->cJSON_Delete(item); in cJSON_Delete()