Searched refs:theFirstCStr (Results 1 – 2 of 2) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | CPStringUtils.hpp | 20 int CompareCStrs(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase = true… 23 Boolean CStrsAreEqual(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase =… 24 Boolean PStrsAreEqual(const unsigned char *theFirstCStr,const unsigned char *theSecondCStr,const Bo…
|
| H A D | CPStringUtils.cpp | 426 int CompareCStrs(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) in CompareCStrs() argument 435 if (theFirstCStr != nil && theSecondCStr != nil) in CompareCStrs() 439 firstChar = *theFirstCStr; in CompareCStrs() 491 theFirstCStr++; in CompareCStrs() 502 Boolean CStrsAreEqual(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) in CStrsAreEqual() argument 504 if (CompareCStrs(theFirstCStr,theSecondCStr,ignoreCase) == 0) in CStrsAreEqual()
|