Searched refs:theFirstCStr (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.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 = true);
24 Boolean PStrsAreEqual(const unsigned char *theFirstCStr,const unsigned char *theSecondCStr,const Boolean ignoreCase = true);
H A DCPStringUtils.cpp426 int CompareCStrs(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
435 if (theFirstCStr != nil && theSecondCStr != nil)
439 firstChar = *theFirstCStr;
491 theFirstCStr++;
502 Boolean CStrsAreEqual(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
504 if (CompareCStrs(theFirstCStr,theSecondCStr,ignoreCase) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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 = true);
24 Boolean PStrsAreEqual(const unsigned char *theFirstCStr,const unsigned char *theSecondCStr,const Boolean ignoreCase = true);
H A DCPStringUtils.cpp426 int CompareCStrs(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
435 if (theFirstCStr != nil && theSecondCStr != nil)
439 firstChar = *theFirstCStr;
491 theFirstCStr++;
502 Boolean CStrsAreEqual(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
504 if (CompareCStrs(theFirstCStr,theSecondCStr,ignoreCase) == 0)

Completed in 55 milliseconds