Searched refs:CopyCStrToNewHandle (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.cpp134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
H A DCPStringUtils.hpp40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
H A DCPStringUtils.cpp825 errCode = CopyCStrToNewHandle(tempString,theHandle);
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) function
900 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theCString == nil"));
905 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theHandle == nil"));
916 SetErrorMessageAndLongIntAndBail("CopyCStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp134 errCode = CopyCStrToNewHandle(gErrorMessage,inoutHandle);
H A DCPStringUtils.hpp40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
H A DCPStringUtils.cpp825 errCode = CopyCStrToNewHandle(tempString,theHandle);
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) function
900 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theCString == nil"));
905 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theHandle == nil"));
916 SetErrorMessageAndLongIntAndBail("CopyCStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());

Completed in 63 milliseconds