Searched refs:gErrorMessage (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.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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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;

Completed in 84 milliseconds