Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp.c1845 char *cookiehost = Curl_copy_header_value(ptr); in http_host() local
1846 if(!cookiehost) in http_host()
1848 if(!*cookiehost) in http_host()
1850 free(cookiehost); in http_host()
1854 if(*cookiehost == '[') { in http_host()
1858 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1); in http_host()
1859 closingbracket = strchr(cookiehost, ']'); in http_host()
1869 Curl_safefree(aptr->cookiehost); in http_host()
1870 aptr->cookiehost = cookiehost; in http_host()
2384 const char *host = data->state.aptr.cookiehost ? in http_cookies()
[all …]
H A Durldata.h1300 char *cookiehost; member
H A Durl.c316 Curl_safefree(data->state.aptr.cookiehost); in Curl_close()

Completed in 45 milliseconds