Searched refs:hostpatterns (Results 1 – 1 of 1) sorted by relevance
336 private boolean hostnameMatches(String[] hostpatterns, String hostname) in hostnameMatches() argument343 for (int k = 0; k < hostpatterns.length; k++) in hostnameMatches()345 if (hostpatterns[k] == null) in hostnameMatches()356 if ((hostpatterns[k].length() > 0) && (hostpatterns[k].charAt(0) == '!')) in hostnameMatches()358 pattern = hostpatterns[k].substring(1); in hostnameMatches()363 pattern = hostpatterns[k]; in hostnameMatches()