Searched refs:cookie_domain_len (Results 1 – 1 of 1) sorted by relevance
122 size_t cookie_domain_len = strlen(cooke_domain); in tailmatch() local125 if(hostname_len < cookie_domain_len) in tailmatch()128 if(!Curl_raw_equal(cooke_domain, hostname+hostname_len-cookie_domain_len)) in tailmatch()138 if(hostname_len == cookie_domain_len) in tailmatch()140 if('.' == *(hostname + hostname_len - cookie_domain_len - 1)) in tailmatch()