Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsProtocolProxyService.cpp759 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
761 if (host_len >= filter_host_len) { in CanUseProxy()
765 const char *host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
766 if (!PL_strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
769 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
781 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
789 if (host_len == filter_host_len) { in CanUseProxy()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsProtocolProxyService.cpp1137 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
1139 if (host_len >= filter_host_len) { in CanUseProxy()
1143 const char* host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
1144 if (!nsCRT::strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
1147 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
1159 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
1167 if (host_len == filter_host_len) { in CanUseProxy()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsProtocolProxyService.cpp1149 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
1151 if (host_len >= filter_host_len) { in CanUseProxy()
1155 const char* host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
1156 if (!nsCRT::strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
1159 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
1171 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
1179 if (host_len == filter_host_len) { in CanUseProxy()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsProtocolProxyService.cpp1113 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
1115 if (host_len >= filter_host_len) { in CanUseProxy()
1119 const char *host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
1120 if (!PL_strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
1123 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
1135 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
1143 if (host_len == filter_host_len) { in CanUseProxy()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsProtocolProxyService.cpp1137 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
1139 if (host_len >= filter_host_len) { in CanUseProxy()
1143 const char* host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
1144 if (!nsCRT::strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
1147 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
1159 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
1167 if (host_len == filter_host_len) { in CanUseProxy()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsProtocolProxyService.cpp1125 uint32_t filter_host_len = hinfo->name.host_len; in CanUseProxy() local
1127 if (host_len >= filter_host_len) { in CanUseProxy()
1131 const char* host_tail = host.get() + host_len - filter_host_len; in CanUseProxy()
1132 if (!PL_strncasecmp(host_tail, hinfo->name.host, filter_host_len)) { in CanUseProxy()
1135 if (filter_host_len > 0 && hinfo->name.host[0] == '.') { in CanUseProxy()
1147 if (host_len > filter_host_len && *(host_tail - 1) == '.') { in CanUseProxy()
1155 if (host_len == filter_host_len) { in CanUseProxy()