Searched refs:cookiehost (Results 1 – 3 of 3) sorted by relevance
1845 char *cookiehost = Curl_copy_header_value(ptr); in http_host() local1846 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 …]
1300 char *cookiehost; member
316 Curl_safefree(data->state.aptr.cookiehost); in Curl_close()
Completed in 45 milliseconds