Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp214 void CopyCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength) in CopyCStrToPStr() function
653 CopyCStrToPStr(tempString,theStr255,sizeof(theStr255)); in ConcatLongIntToCStr()
692 CopyCStrToPStr(tempString,theStr255,sizeof(theStr255)); in ConcatLongIntToPStr()
739 CopyCStrToPStr(tempString,theStr255,sizeof(theStr255)); in CopyLongIntToCStr()
812 CopyCStrToPStr(tempString,thePStr,maxPStrLength); in CopyLongIntToPStr()
2570 CopyCStrToPStr(inCString,theStr255,sizeof(theStr255)); in ExtractFloatFromCStr()
2691 CopyCStrToPStr(numberFormat,tempStr255,sizeof(tempStr255)); in CopyFloatToCStr()
H A DCPStringUtils.hpp10 void CopyCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength);