Home
last modified time | relevance | path

Searched refs:serviceptr (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsocks_gssapi.c123 char *serviceptr = data->set.str[STRING_SOCKS5_GSSAPI_SERVICE]; in Curl_SOCKS5_gssapi_negotiate() local
134 if(strchr(serviceptr, '/')) { in Curl_SOCKS5_gssapi_negotiate()
135 service.value = malloc(strlen(serviceptr)); in Curl_SOCKS5_gssapi_negotiate()
138 service.length = strlen(serviceptr); in Curl_SOCKS5_gssapi_negotiate()
139 memcpy(service.value, serviceptr, service.length); in Curl_SOCKS5_gssapi_negotiate()
145 service.value = malloc(strlen(serviceptr) +strlen(conn->proxy.name)+2); in Curl_SOCKS5_gssapi_negotiate()
148 service.length = strlen(serviceptr) +strlen(conn->proxy.name)+1; in Curl_SOCKS5_gssapi_negotiate()
150 serviceptr, conn->proxy.name); in Curl_SOCKS5_gssapi_negotiate()