Home
last modified time | relevance | path

Searched refs:theFirstPStr (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp516 Boolean PStrsAreEqual(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Bo… in PStrsAreEqual() argument
518 if (ComparePStrs(theFirstPStr,theSecondPStr,ignoreCase) == 0) in PStrsAreEqual()
531 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean… in ComparePStrs() argument
540 if (theFirstPStr != nil && theSecondPStr != nil) in ComparePStrs()
544 firstChar = theFirstPStr[i]; in ComparePStrs()
561 if (theFirstPStr[0] < i && theSecondPStr[0] >= i) in ComparePStrs()
568 else if (theFirstPStr[0] >= i && theSecondPStr[0] < i) in ComparePStrs()
575 else if (theFirstPStr[0] < i && theSecondPStr[0] < i) in ComparePStrs()
H A DCPStringUtils.hpp19 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean…