Searched refs:hostParts (Results 1 – 1 of 1) sorted by relevance
177 function check(hostParts, pattern, wildcards) { argument184 if (hostParts.length !== patternParts.length)200 for (let i = hostParts.length - 1; i > 0; i -= 1) {201 if (hostParts[i] !== patternParts[i])205 const hostSubdomain = hostParts[0];312 const hostParts = splitHost(hostname);313 const wildcard = (pattern) => check(hostParts, pattern, true);