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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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...]

Completed in 59 milliseconds