Searched refs:cport (Results 1 – 1 of 1) sorted by relevance
987 char *cport = nullptr; in AddCurlHandle() local990 (void)curl_url_get(cu, CURLUPART_PORT, &cport, CURLU_DEFAULT_PORT); in AddCurlHandle()995 if (cport != nullptr) { in AddCurlHandle()996 port = atoi(cport); in AddCurlHandle()997 curl_free(cport); in AddCurlHandle()