Searched refs:searchChar (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1298 char searchChar = theChar; local
1300 if (searchChar >= 'a' && searchChar <= 'z')
1302 searchChar = searchChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1373 char searchChar = *tempSubstringPtr; local
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1378 searchChar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1298 char searchChar = theChar; local
1300 if (searchChar >= 'a' && searchChar <= 'z')
1302 searchChar = searchChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1373 char searchChar = *tempSubstringPtr; local
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1378 searchChar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1298 char searchChar = theChar; local
1300 if (searchChar >= 'a' && searchChar <= 'z')
1302 searchChar = searchChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1373 char searchChar = *tempSubstringPtr; local
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1378 searchChar
[all...]

Completed in 111 milliseconds