Searched refs:serviceptr (Results 1 – 1 of 1) sorted by relevance
128 const char *serviceptr = data->set.str[STRING_PROXY_SERVICE_NAME] ? in Curl_SOCKS5_gssapi_negotiate() local130 const size_t serviceptr_length = strlen(serviceptr); in Curl_SOCKS5_gssapi_negotiate()141 if(strchr(serviceptr, '/')) { in Curl_SOCKS5_gssapi_negotiate()143 service.value = Curl_memdup(serviceptr, service.length); in Curl_SOCKS5_gssapi_negotiate()158 serviceptr, conn->socks_proxy.host.name); in Curl_SOCKS5_gssapi_negotiate()
Completed in 6 milliseconds