Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp20 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 DCPStringUtils.cpp426 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()