Searched refs:theChar (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.hpp16 void ConcatCharToCStr(const char theChar,char *theDstCStr,const int maxCStrLength);
17 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength);
51 char *FindCharInCStr(const char theChar,const char *theCString);
52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
H A DCPStringUtils.cpp387 void ConcatCharToCStr(const char theChar,char *theDstCStr,const int maxCStrLength) argument
398 theDstCStr[cStrLength++] = theChar;
406 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength) argument
417 theDstPStr[pStrLength + 1] = theChar;
1261 char *FindCharInCStr(const char theChar,const char *theCString) argument
1270 while (*theStringSearchPtr != '\0' && *theStringSearchPtr != theChar)
1286 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1298 char searchChar = theChar;
1327 while (*theCString != 0 && *theCString != theChar)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp16 void ConcatCharToCStr(const char theChar,char *theDstCStr,const int maxCStrLength);
17 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength);
51 char *FindCharInCStr(const char theChar,const char *theCString);
52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
H A DCPStringUtils.cpp387 void ConcatCharToCStr(const char theChar,char *theDstCStr,const int maxCStrLength) argument
398 theDstCStr[cStrLength++] = theChar;
406 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength) argument
417 theDstPStr[pStrLength + 1] = theChar;
1261 char *FindCharInCStr(const char theChar,const char *theCString) argument
1270 while (*theStringSearchPtr != '\0' && *theStringSearchPtr != theChar)
1286 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1298 char searchChar = theChar;
1327 while (*theCString != 0 && *theCString != theChar)

Completed in 56 milliseconds