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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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 148 milliseconds