Searched refs:theLongInt (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.hpp13 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt);
14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
17 void AppendLongIntToErrorMessage(const long theLongInt);
53 #define SetErrorMessageAndLongIntAndBail(theMessage,theLongInt) \
55 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
61 #define SetErrorMessageAndLongIntAndBailIfError(theErrCode,theMessage,theLongInt) \
65 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
102 #define SetErrorMessageAndLongIntAndBailIfNil(theArg,theMessage,theLongInt) \
[all...]
H A DErrorHandling.cpp81 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt) argument
85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength);
89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
116 void AppendLongIntToErrorMessage(const long theLongInt) argument
118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp13 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt);
14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
17 void AppendLongIntToErrorMessage(const long theLongInt);
53 #define SetErrorMessageAndLongIntAndBail(theMessage,theLongInt) \
55 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
61 #define SetErrorMessageAndLongIntAndBailIfError(theErrCode,theMessage,theLongInt) \
65 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
102 #define SetErrorMessageAndLongIntAndBailIfNil(theArg,theMessage,theLongInt) \
[all...]
H A DErrorHandling.cpp81 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt) argument
85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength);
89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
116 void AppendLongIntToErrorMessage(const long theLongInt) argument
118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp13 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt);
14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
17 void AppendLongIntToErrorMessage(const long theLongInt);
53 #define SetErrorMessageAndLongIntAndBail(theMessage,theLongInt) \
55 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
61 #define SetErrorMessageAndLongIntAndBailIfError(theErrCode,theMessage,theLongInt) \
65 SetErrorMessageAndAppendLongInt(theMessage,theLongInt); \
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
102 #define SetErrorMessageAndLongIntAndBailIfNil(theArg,theMessage,theLongInt) \
[all...]
H A DErrorHandling.cpp81 void SetErrorMessageAndAppendLongInt(const char *theErrorMessage,const long theLongInt) argument
85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength);
89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
116 void AppendLongIntToErrorMessage(const long theLongInt) argument
118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);

Completed in 32 milliseconds