Searched refs:thePStr (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.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
31 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
32 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
76 numPChars = thePStr[0];
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
261 numPChars = thePStr[0];
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase) argument
612 if (theCStr != nil && thePStr !
664 ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
805 CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
31 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
32 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
76 numPChars = thePStr[0];
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
261 numPChars = thePStr[0];
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase) argument
612 if (theCStr != nil && thePStr !
664 ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
805 CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
31 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
32 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
76 numPChars = thePStr[0];
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
261 numPChars = thePStr[0];
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase) argument
612 if (theCStr != nil && thePStr !
664 ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
805 CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int numDigits) argument
[all...]

Completed in 112 milliseconds