OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tailmatch
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
cookie.h
37
bool
tailmatch
; /* weather we do tail-matchning of the domain name */
member in struct:Cookie
cookie.c
116
static bool
tailmatch
(const char *cooke_domain, const char *hostname)
function
486
|| (!is_ip &&
tailmatch
(whatptr, domain))) {
493
co->
tailmatch
=TRUE; /* we always do that if the domain name was
497
/* we did not get a
tailmatch
and then the attempted set domain
501
infof(data, "skipped cookie with bad
tailmatch
domain: %s\n",
697
co->
tailmatch
= Curl_raw_equal(ptr, "TRUE")?TRUE:FALSE;
1035
(co->
tailmatch
&& !is_ip &&
tailmatch
(co->domain, host)) ||
1036
((!co->
tailmatch
|| is_ip) && Curl_raw_equal(host, co->domain)) ) {
[
all
...]
Completed in 104 milliseconds