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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp72 void SetErrorMessage(const char *theErrorMessage) argument
74 if (theErrorMessage != nil)
76 CopyCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength);
81 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt) argument
83 if (theErrorMessage != nil)
85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength);
89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
91 if (theErrorMessage != nil)
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,cons argument
107 AppendCStrToErrorMessage(const char *theErrorMessage) argument
[all...]
H A DErrorHandling.hpp12 void SetErrorMessage(const char *theErrorMessage);
13 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt);
14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
16 void AppendCStrToErrorMessage(const char *theErrorMessage);

Completed in 55 milliseconds