Searched defs:maxDstStrLength (Results 1 – 1 of 1) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
H A D | CPStringUtils.cpp | 96 …CopyPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStrLength) in CopyPStrToPStr() 127 void CopyCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxDstStrLength) in CopyCStrToCStr() 153 …rToCStr(const char *theSrcCStr,const int maxCharsToCopy,char *theDstCStr,const int maxDstStrLength) in CopyCSubstrToCStr() 179 …onst char *theSrcCStr,const int maxCharsToCopy,unsigned char *theDstPStr,const int maxDstStrLength) in CopyCSubstrToPStr() 214 void CopyCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength) in CopyCStrToPStr() 283 …ncatPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStrLength) in ConcatPStrToPStr() 316 void ConcatCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength) in ConcatCStrToPStr() 702 …tLongIntToCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndConcatLongIntToCStr() 1404 …Str(const char *theSrcCStr,const int theInsertionOffset,char *theDstCStr,const int maxDstStrLength) in InsertCStrIntoCStr() 1457 … unsigned char *theSrcPStr,const int theInsertionOffset,char *theDstCStr,const int maxDstStrLength) in InsertPStrIntoCStr() [all …]
|