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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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