Searched refs:tailmatch (Results 1 – 4 of 4) sorted by relevance
42 BIT(tailmatch); /* tail-match the domain name */
659 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()
659 static bool tailmatch(const char *full, const char *part) in tailmatch() function801 tailmatch(hostname, ".localhost")) in Curl_resolv()
49 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch189 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch
Completed in 13 milliseconds