Searched refs:cookie_domain (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcookies.c504 check_domain_match (const char *cookie_domain, const char *host)
510 if (numeric_address_p (cookie_domain))
511 return 0 == strcmp (cookie_domain, host);
516 if (0 == strcasecmp (cookie_domain, host))
521 /* HOST must match the tail of cookie_domain. */
522 if (!match_tail (host, cookie_domain, true))
551 const char *p = cookie_domain;
600 if (match_tail (cookie_domain, known_toplevel_domains[i], true))
614 if (*cookie_domain != '.')
616 int dlen = strlen (cookie_domain);
500 check_domain_match(const char *cookie_domain, const char *host) argument
[all...]

Completed in 17 milliseconds