Searched refs:secondChar (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.cpp429 char firstChar,secondChar; local
440 secondChar = *theSecondCStr;
449 if (secondChar >= 'A' && secondChar <= 'Z')
451 secondChar = 'a' + (secondChar - 'A');
456 if (firstChar == 0 && secondChar != 0)
463 else if (firstChar != 0 && secondChar == 0)
470 else if (firstChar == 0 && secondChar == 0)
477 else if (firstChar < secondChar)
534 char firstChar,secondChar; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp429 char firstChar,secondChar; local
440 secondChar = *theSecondCStr;
449 if (secondChar >= 'A' && secondChar <= 'Z')
451 secondChar = 'a' + (secondChar - 'A');
456 if (firstChar == 0 && secondChar != 0)
463 else if (firstChar != 0 && secondChar == 0)
470 else if (firstChar == 0 && secondChar == 0)
477 else if (firstChar < secondChar)
534 char firstChar,secondChar; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp429 char firstChar,secondChar; local
440 secondChar = *theSecondCStr;
449 if (secondChar >= 'A' && secondChar <= 'Z')
451 secondChar = 'a' + (secondChar - 'A');
456 if (firstChar == 0 && secondChar != 0)
463 else if (firstChar != 0 && secondChar == 0)
470 else if (firstChar == 0 && secondChar == 0)
477 else if (firstChar < secondChar)
534 char firstChar,secondChar; local
[all...]

Completed in 132 milliseconds