Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c1973 char *cookiehost = Curl_copy_header_value(ptr); in Curl_http() local
1974 if(!cookiehost) in Curl_http()
1976 if(!*cookiehost) in Curl_http()
1978 free(cookiehost); in Curl_http()
1983 if(*cookiehost == '[') { in Curl_http()
1987 memmove(cookiehost, cookiehost + 1, strlen(cookiehost) - 1); in Curl_http()
1988 closingbracket = strchr(cookiehost, ']'); in Curl_http()
1993 char *colon = strchr(cookiehost + startsearch, ':'); in Curl_http()
1997 Curl_safefree(conn->allocptr.cookiehost); in Curl_http()
1998 conn->allocptr.cookiehost = cookiehost; in Curl_http()
[all …]
Durldata.h950 char *cookiehost; member
Durl.c2706 Curl_safefree(conn->allocptr.cookiehost); in conn_free()