Searched refs:maxPStrLength (Results 1 – 2 of 2) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | CPStringUtils.hpp | 17 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength); 31 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int n… 32 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int…
|
| H A D | CPStringUtils.cpp | 406 void ConcatCharToPStr(const char theChar,unsigned char *theDstPStr,const int maxPStrLength) in ConcatCharToPStr() argument 411 if (theDstPStr != nil && maxPStrLength > 0) in ConcatCharToPStr() 415 if (pStrLength < maxPStrLength - 1 && pStrLength < 255) in ConcatCharToPStr() 664 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int… in ConcatLongIntToPStr() argument 697 ConcatPStrToPStr(theStr255,thePStr,maxPStrLength); in ConcatLongIntToPStr() 805 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int n… in CopyLongIntToPStr() argument 812 CopyCStrToPStr(tempString,thePStr,maxPStrLength); in CopyLongIntToPStr()
|