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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
38 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
41 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle);
42 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,cons
[all...]
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle) argument
825 errCode = CopyCStrToNewHandle(tempString,theHandle);
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle) argument
839 errCode = CopyCStrToExistingHandle(tempString,theHandle);
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
858 if (theHandle == nil)
860 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theHandle == nil"));
863 if (*theHandle == nil)
865 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, *theHandle == nil"));
872 SetHandleSize(theHandle,stringLengt
892 CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
930 CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle) argument
972 AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength) argument
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1075 AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1159 AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1698 CopyCStrAndInsertCStrLongIntIntoHandle(const char *theSrcCStr,const char *theInsertCStr,const long theNum,Handle *theHandle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
38 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
41 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle);
42 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,cons
[all...]
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle) argument
825 errCode = CopyCStrToNewHandle(tempString,theHandle);
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle) argument
839 errCode = CopyCStrToExistingHandle(tempString,theHandle);
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
858 if (theHandle == nil)
860 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theHandle == nil"));
863 if (*theHandle == nil)
865 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, *theHandle == nil"));
872 SetHandleSize(theHandle,stringLengt
892 CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
930 CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle) argument
972 AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength) argument
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1075 AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1159 AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1698 CopyCStrAndInsertCStrLongIntIntoHandle(const char *theSrcCStr,const char *theInsertCStr,const long theNum,Handle *theHandle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
38 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
41 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle);
42 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,cons
[all...]
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle) argument
825 errCode = CopyCStrToNewHandle(tempString,theHandle);
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle) argument
839 errCode = CopyCStrToExistingHandle(tempString,theHandle);
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
858 if (theHandle == nil)
860 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theHandle == nil"));
863 if (*theHandle == nil)
865 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, *theHandle == nil"));
872 SetHandleSize(theHandle,stringLengt
892 CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
930 CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle) argument
972 AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength) argument
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1075 AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1159 AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1698 CopyCStrAndInsertCStrLongIntIntoHandle(const char *theSrcCStr,const char *theInsertCStr,const long theNum,Handle *theHandle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp490 Handle theHandle = ::NewHandleClear(len + 1); local
491 wxASSERT(theHandle);
493 ::BlockMoveData(theURIString, *theHandle, len + 1);
499 NULL, theHandle,
502 ::DisposeHandle(theHandle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp798 Handle theHandle = m_lib.NewHandleClear(theURI.length() + 1); local
799 wxASSERT(theHandle);
801 m_lib.BlockMove(theURI.mb_str(), *theHandle, theURI.length() + 1);
807 NULL, theHandle,
810 m_lib.DisposeHandle(theHandle);
H A Dmediactrl.cpp3658 Handle theHandle = m_lib.NewHandleClear(theURI.length() + 1); local
3659 wxASSERT(theHandle);
3661 m_lib.BlockMove(theURI.mb_str(), *theHandle, theURI.length() + 1);
3667 NULL, theHandle,
3670 m_lib.DisposeHandle(theHandle);

Completed in 151 milliseconds