Searched refs:theChar (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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)

Completed in 67 milliseconds