Searched refs:gErrorMessageMaxLength (Results 1 – 1 of 1) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | ErrorHandling.cpp | 68 int gErrorMessageMaxLength = sizeof(gErrorMessageBuffer); variable 76 CopyCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength); in SetErrorMessage() 85 CopyCStrAndConcatLongIntToCStr(theErrorMessage,theLongInt,gErrorMessage,gErrorMessageMaxLength); in SetErrorMessageAndAppendLongInt() 93 …InsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength); in SetErrorMessageAndCStrAndLongInt() 102 …yCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength); in SetErrorMessageAndCStr() 111 ConcatCStrToCStr(theErrorMessage,gErrorMessage,gErrorMessageMaxLength); in AppendCStrToErrorMessage() 118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength); in AppendLongIntToErrorMessage()
|