Searched refs:codePtr (Results 1 – 1 of 1) sorted by relevance
361 xmlChar *codePtr = xmlNodeGetContent(value); in GetCountryZones() local362 if (codePtr == nullptr) { in GetCountryZones()366 if (strcmp(region.c_str(), reinterpret_cast<const char*>(codePtr)) == 0) { in GetCountryZones()368 xmlFree(codePtr); in GetCountryZones()371 xmlFree(codePtr); in GetCountryZones()