Searched refs:gErrorMessage (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp67 char *gErrorMessage = gErrorMessageBuffer; variable
76 CopyCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength);
85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength);
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
111 ConcatCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength);
118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);
125 return gErrorMessage;
134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
145 errCode = CopyCStrToExistingHandle(gErrorMessage,inoutHandl
[all...]
H A DErrorHandling.hpp9 extern char *gErrorMessage;

Completed in 65 milliseconds