Home
last modified time | relevance | path

Searched refs:CopyLongIntToCStr (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp711 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) in CopyLongIntToCStr() function
810 CopyLongIntToCStr(theNum,tempString,sizeof(tempString),numDigits); in CopyLongIntToPStr()
823 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString)); in CopyLongIntToNewHandle()
837 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString)); in CopyLongIntToExistingHandle()
1165 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString)); in AppendLongIntToHandle()
H A DCPStringUtils.hpp26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits …