Lines Matching defs:maxDstStrLength
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()
1558 …ongIntIntoCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsert1LongIntIntoCStr()
1564 …onst char *theSrcCStr,const long long1,const long long2,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsert2LongIntsIntoCStr()
1572 …CStr,const long long1,const long long2,const long long3,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsert3LongIntsIntoCStr()
1580 …toCStr(const char *theSrcCStr,const char *theInsertCStr,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsertCStrIntoCStr()
1589 …*theSrcCStr,const char *theInsertCStr,const long theNum,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsertCStrLongIntIntoCStr()
1599 …Str,const char **theInsertCStrs,const long *theLongInts,char *theDstCStr,const int maxDstStrLength) in CopyCStrAndInsertCStrsLongIntsIntoCStr()