Searched refs:itAllowed (Results 1 – 1 of 1) sorted by relevance
209 Vector<String>::iterator itAllowed = subdomainsAllowed.end() - 1; in hostIsAllowedToAccess() local216 for (; itAllowed >= beginAllowed && itCheck >= beginCheck; ) { in hostIsAllowedToAccess()217 if (*itAllowed != *itCheck) { in hostIsAllowedToAccess()222 --itAllowed; in hostIsAllowedToAccess()244 Vector<String>::iterator itAllowed = subpathsAllowed.begin(); in pathIsAllowedToAccess() local251 for (; itAllowed != endAllowed && itCheck != endCheck; ) { in pathIsAllowedToAccess()252 if (*itAllowed != *itCheck) { in pathIsAllowedToAccess()257 ++itAllowed; in pathIsAllowedToAccess()