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

/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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);

Completed in 221 milliseconds