Searched defs:theNum (Results 1 – 1 of 1) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
H A D | CPStringUtils.cpp | 625 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigit… in ConcatLongIntToCStr() 664 void ConcatLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int… in ConcatLongIntToPStr() 702 void CopyCStrAndConcatLongIntToCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,const… in CopyCStrAndConcatLongIntToCStr() 711 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) in CopyLongIntToCStr() 751 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) in CopyUnsignedLongIntToCStr() 805 void CopyLongIntToPStr(const long theNum,unsigned char *thePStr,const int maxPStrLength,const int n… in CopyLongIntToPStr() 1558 void CopyCStrAndInsert1LongIntIntoCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,co… in CopyCStrAndInsert1LongIntIntoCStr() 1589 …StrLongIntIntoCStr(const char *theSrcCStr,const char *theInsertCStr,const long theNum,char *theDst… in CopyCStrAndInsertCStrLongIntIntoCStr() 1698 …rLongIntIntoHandle(const char *theSrcCStr,const char *theInsertCStr,const long theNum,Handle *theH… in CopyCStrAndInsertCStrLongIntIntoHandle()
|