Searched refs:domain_exact (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.c106 unsigned domain_exact :1; /* whether DOMAIN must match as a
366 /* Strictly speaking, we should set cookie->domain_exact if the
681 cookie->domain_exact = 1;
854 if (cookie->domain_exact
993 (for domain_exact cookies), port (for cookies with port other
1198 cookie->domain_exact = !BOUNDED_EQUAL (domflag_b, domflag_e, "TRUE");
1280 if (!cookie->domain_exact)
1286 cookie->domain_exact ? "FALSE" : "TRUE",
105 unsigned domain_exact :1; /* whether DOMAIN must match as a member in struct:cookie

Completed in 96 milliseconds