Searched refs:thePStr (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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 186 milliseconds