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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp68 int gErrorMessageMaxLength = sizeof(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);

Completed in 54 milliseconds