Home
last modified time | relevance | path

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

/curl/lib/
H A Dcookie.h42 BIT(tailmatch); /* tail-match the domain name */
H A Dcookie.c659 co->tailmatch = TRUE; /* we always do that if the domain name was in parse_cookie_header()
860 co->tailmatch = !!strcasecompare(ptr, "TRUE"); in parse_netscape()
1039 (clist->tailmatch == co->tailmatch)) in replace_existing()
1139 if(co->secure && co->path && strcmp(co->path, "/") == 0 && !co->tailmatch) in Curl_cookie_add()
1381 (co->tailmatch && !is_ip && in Curl_cookie_getlist()
1383 ((!co->tailmatch || is_ip) && strcasecompare(host, co->domain)) ) { in Curl_cookie_getlist()
1536 (co->tailmatch && co->domain && co->domain[0] != '.') ? "." : "", in get_netscape_format()
1538 co->tailmatch ? "TRUE" : "FALSE", in get_netscape_format()
H A Dhostip.c659 static bool tailmatch(const char *full, const char *part) in tailmatch() function
801 tailmatch(hostname, ".localhost")) in Curl_resolv()
/curl/tests/data/
H A Dtest50649 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch
189 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch

Completed in 13 milliseconds