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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.h36 bool tailmatch; /* weather we do tail-matchning of the domain name */ member in struct:Cookie
H A Dcookie.c121 static bool tailmatch(const char *little, const char *bigone) function
322 if(!domain || tailmatch(whatptr, domain)) {
332 co->tailmatch=TRUE; /* we always do that if the domain name was
336 /* we did not get a tailmatch and then the attempted set domain
340 infof(data, "skipped cookie with bad tailmatch domain: %s\n",
530 co->tailmatch = Curl_raw_equal(ptr, "TRUE")?TRUE:FALSE;
823 (co->tailmatch && tailmatch(co->domain, host)) ||
824 (!co->tailmatch && Curl_raw_equal(host, co->domain)) ) {
1019 "%s\t" /* tailmatch */
[all...]

Completed in 96 milliseconds