Searched refs:theSecondPStr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp516 Boolean PStrsAreEqual(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
518 if (ComparePStrs(theFirstPStr,theSecondPStr,ignoreCase) == 0)
531 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
540 if (theFirstPStr != nil && theSecondPStr != nil)
545 secondChar = theSecondPStr[i];
561 if (theFirstPStr[0] < i && theSecondPStr[0] >= i)
568 else if (theFirstPStr[0] >= i && theSecondPStr[0] < i)
575 else if (theFirstPStr[0] < i && theSecondPStr[0] < i)
H A DCPStringUtils.hpp19 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase = true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp516 Boolean PStrsAreEqual(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
518 if (ComparePStrs(theFirstPStr,theSecondPStr,ignoreCase) == 0)
531 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
540 if (theFirstPStr != nil && theSecondPStr != nil)
545 secondChar = theSecondPStr[i];
561 if (theFirstPStr[0] < i && theSecondPStr[0] >= i)
568 else if (theFirstPStr[0] >= i && theSecondPStr[0] < i)
575 else if (theFirstPStr[0] < i && theSecondPStr[0] < i)
H A DCPStringUtils.hpp19 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase = true);

Completed in 49 milliseconds