Searched refs:CopyCStrToCStr (Results 1 – 5 of 5) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | MacSocket.cpp | 175 CopyCStrToCStr("",outSocketErrString,inSocketErrStringMaxLength); in MacSocket_GetSocketErrorInfo() 191 CopyCStrToCStr(theSocketStruct->mErrMessage,outSocketErrString,inSocketErrStringMaxLength); in MacSocket_GetSocketErrorInfo() 217 CopyCStrToCStr("",tempString,sizeof(tempString)); in MacSocket_GetLocalIPAndPort() 240 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength); in MacSocket_GetLocalIPAndPort() 254 CopyCStrToCStr("",tempString,sizeof(tempString)); in MacSocket_GetRemoteIPAndPort() 277 CopyCStrToCStr(tempString,outIPAndPort,inIPAndPortLength); in MacSocket_GetRemoteIPAndPort() 419 CopyCStrToCStr("",ioSocket->mErrMessage,sizeof(ioSocket->mErrMessage)); in InitSocket() 922 CopyCStrToCStr("",theSocketStruct->mErrMessage,sizeof(theSocketStruct->mErrMessage)); in MacSocket_listen() 928 …CopyCStrToCStr(GetErrorMessage(),theSocketStruct->mErrMessage,sizeof(theSocketStruct->mErrMessage)… in MacSocket_listen() 1048 CopyCStrToCStr("",theSocketStruct->mErrMessage,sizeof(theSocketStruct->mErrMessage)); in MacSocket_connect() [all …]
|
| H A D | ErrorHandling.cpp | 76 CopyCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength); in SetErrorMessage()
|
| H A D | GetHTTPS.cpp | 134 CopyCStrToCStr("GET ",tempString,sizeof(tempString)); in main()
|
| H A D | CPStringUtils.cpp | 127 void CopyCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxDstStrLength) in CopyCStrToCStr() function 644 CopyCStrToCStr("",tempString,sizeof(tempString)); in ConcatLongIntToCStr() 683 CopyCStrToCStr("",tempString,sizeof(tempString)); in ConcatLongIntToPStr() 704 CopyCStrToCStr(theSrcCStr,theDstCStr,maxDstStrLength); in CopyCStrAndConcatLongIntToCStr() 730 CopyCStrToCStr("",tempString,sizeof(tempString)); in CopyLongIntToCStr() 760 CopyCStrToCStr("0",theCStr,maxCStrLength); in CopyUnsignedLongIntToCStr()
|
| H A D | CPStringUtils.hpp | 9 void CopyCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxDstStrLength);
|