Searched refs:AppendCStrToHandle (Results 1 - 6 of 6) 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.cpp157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp980 errCode = AppendCStrToHandle(tempString,theHandle,currentLength);
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) function
998 SetErrorMessageAndBail(("AppendCStrToHandle: Bad parameter, theCString == nil"));
1003 SetErrorMessageAndBail(("AppendCStrToHandle: Bad parameter, theHandle == nil"));
1051 SetErrorMessageAndLongIntAndBail("AppendCStrToHandle: Can't increase Handle allocation, MemError() = ",MemError());
1167 errCode = AppendCStrToHandle(tempString,theHandle,currentLength);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp980 errCode = AppendCStrToHandle(tempString,theHandle,currentLength);
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) function
998 SetErrorMessageAndBail(("AppendCStrToHandle: Bad parameter, theCString == nil"));
1003 SetErrorMessageAndBail(("AppendCStrToHandle: Bad parameter, theHandle == nil"));
1051 SetErrorMessageAndLongIntAndBail("AppendCStrToHandle: Can't increase Handle allocation, MemError() = ",MemError());
1167 errCode = AppendCStrToHandle(tempString,theHandle,currentLength);

Completed in 65 milliseconds