Searched refs:cookiehost (Results 1 – 3 of 3) sorted by relevance
1712 char *cookiehost = Curl_copy_header_value(ptr); in Curl_http_host() local1713 if(!cookiehost) in Curl_http_host()1715 if(!*cookiehost) in Curl_http_host()1717 free(cookiehost); in Curl_http_host()1721 if(*cookiehost == '[') { in Curl_http_host()1725 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1); in Curl_http_host()1726 closingbracket = strchr(cookiehost, ']'); in Curl_http_host()1736 Curl_safefree(aptr->cookiehost); in Curl_http_host()1737 aptr->cookiehost = cookiehost; in Curl_http_host()2256 const char *host = data->state.aptr.cookiehost ? in Curl_http_cookies()[all …]
1335 char *cookiehost; member
320 Curl_safefree(data->state.aptr.cookiehost); in Curl_close()
Completed in 26 milliseconds