Searched refs:itCheck (Results 1 – 1 of 1) sorted by relevance
215 Vector<String>::iterator itCheck = subdomainsCheck.end() - 1; in hostIsAllowedToAccess() local219 for (; itAllowed >= beginAllowed && itCheck >= beginCheck; ) { in hostIsAllowedToAccess()220 if (*itAllowed != *itCheck) { in hostIsAllowedToAccess()226 --itCheck; in hostIsAllowedToAccess()250 Vector<String>::iterator itCheck = subpathsCheck.begin(); in pathIsAllowedToAccess() local254 for (; itAllowed != endAllowed && itCheck != endCheck; ) { in pathIsAllowedToAccess()255 if (*itAllowed != *itCheck) { in pathIsAllowedToAccess()261 ++itCheck; in pathIsAllowedToAccess()