Home | History | Annotate | Download | only in lib

Lines Matching refs:hostname

116 static bool tailmatch(const char *cooke_domain, const char *hostname)
119 size_t hostname_len = strlen(hostname);
124 if(!Curl_raw_equal(cooke_domain, hostname+hostname_len-cookie_domain_len))
136 if('.' == *(hostname + hostname_len - cookie_domain_len - 1))