Home
last modified time | relevance | path

Searched refs:cookie_domain_len (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dcookie.c119 size_t cookie_domain_len = strlen(cooke_domain); in tailmatch() local
122 if(hostname_len < cookie_domain_len) in tailmatch()
125 if(!strcasecompare(cooke_domain, hostname + hostname_len-cookie_domain_len)) in tailmatch()
135 if(hostname_len == cookie_domain_len) in tailmatch()
137 if('.' == *(hostname + hostname_len - cookie_domain_len - 1)) in tailmatch()