Searched refs:chost (Results 1 – 1 of 1) sorted by relevance
986 char *chost = nullptr; in AddCurlHandle() local989 (void)curl_url_get(cu, CURLUPART_HOST, &chost, 0); in AddCurlHandle()991 if (chost != nullptr) { in AddCurlHandle()992 host = chost; in AddCurlHandle()993 curl_free(chost); in AddCurlHandle()