Home
last modified time | relevance | path

Searched refs:cookiehost (Results 1 – 3 of 3) sorted by last modified time

/curl/lib/
H A Durl.c321 Curl_safefree(data->state.aptr.cookiehost); in Curl_close()
H A Dhttp.c1727 char *cookiehost = Curl_copy_header_value(ptr); in Curl_http_host() local
1728 if(!cookiehost) in Curl_http_host()
1730 if(!*cookiehost) in Curl_http_host()
1732 free(cookiehost); in Curl_http_host()
1736 if(*cookiehost == '[') { in Curl_http_host()
1740 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1); in Curl_http_host()
1741 closingbracket = strchr(cookiehost, ']'); in Curl_http_host()
1751 Curl_safefree(aptr->cookiehost); in Curl_http_host()
1752 aptr->cookiehost = cookiehost; in Curl_http_host()
3099 const char *host = data->state.aptr.cookiehost? in Curl_http_header()
[all …]
H A Durldata.h1352 char *cookiehost; member

Completed in 39 milliseconds