Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c2028 char *cookiehost = Curl_copy_header_value(ptr); in Curl_http() local
2029 if(!cookiehost) in Curl_http()
2031 if(!*cookiehost) in Curl_http()
2033 free(cookiehost); in Curl_http()
2038 if(*cookiehost == '[') { in Curl_http()
2042 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1); in Curl_http()
2043 closingbracket = strchr(cookiehost, ']'); in Curl_http()
2048 char *colon = strchr(cookiehost + startsearch, ':'); in Curl_http()
2052 Curl_safefree(conn->allocptr.cookiehost); in Curl_http()
2053 conn->allocptr.cookiehost = cookiehost; in Curl_http()
[all …]
Durldata.h908 char *cookiehost; member
Durl.c693 Curl_safefree(conn->allocptr.cookiehost); in conn_free()