Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c120 static bool tailmatch(const char *cooke_domain, const char *hostname) in tailmatch() function
512 || (!is_ip && tailmatch(whatptr, domain))) { in Curl_cookie_add()
519 co->tailmatch=TRUE; /* we always do that if the domain name was in Curl_cookie_add()
715 co->tailmatch = Curl_raw_equal(ptr, "TRUE")?TRUE:FALSE; in Curl_cookie_add()
1068 (co->tailmatch && !is_ip && tailmatch(co->domain, host)) || in Curl_cookie_getlist()
1069 ((!co->tailmatch || is_ip) && Curl_raw_equal(host, co->domain)) ) { in Curl_cookie_getlist()
1259 (co->tailmatch && co->domain && co->domain[0] != '.')? ".":"", in get_netscape_format()
1261 co->tailmatch?"TRUE":"FALSE", in get_netscape_format()
Dcookie.h37 bool tailmatch; /* weather we do tail-matchning of the domain name */ member
/external/curl/
DCHANGES.011065 B. Save and use the 'tailmatch' field in the Mozilla/Netscape cookie jars