Searched refs:Handle (Results 1 - 25 of 34) sorted by relevance

12

/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 theHandl
[all...]
H A DErrorHandling.cpp129 OSErr GetErrorMessageInNewHandle(Handle *inoutHandle)
140 OSErr GetErrorMessageInExistingHandle(Handle inoutHandle)
152 OSErr AppendErrorMessageToHandle(Handle inoutHandle)
H A DErrorHandling.hpp21 OSErr GetErrorMessageInNewHandle(Handle *inoutHandle);
22 OSErr GetErrorMessageInExistingHandle(Handle inoutHandle);
23 OSErr AppendErrorMessageToHandle(Handle inoutHandle);
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle)
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle)
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle)
876 SetErrorMessageAndLongIntAndBail("CopyCStrToExistingHandle: Can't set Handle size, MemError() = ",MemError());
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle)
916 SetErrorMessageAndLongIntAndBail("CopyCStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());
930 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle)
954 SetErrorMessageAndLongIntAndBail("CopyPStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());
972 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength)
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandl
[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 theHandl
[all...]
H A DErrorHandling.cpp129 OSErr GetErrorMessageInNewHandle(Handle *inoutHandle)
140 OSErr GetErrorMessageInExistingHandle(Handle inoutHandle)
152 OSErr AppendErrorMessageToHandle(Handle inoutHandle)
H A DErrorHandling.hpp21 OSErr GetErrorMessageInNewHandle(Handle *inoutHandle);
22 OSErr GetErrorMessageInExistingHandle(Handle inoutHandle);
23 OSErr AppendErrorMessageToHandle(Handle inoutHandle);
H A DCPStringUtils.cpp817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle)
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle)
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle)
876 SetErrorMessageAndLongIntAndBail("CopyCStrToExistingHandle: Can't set Handle size, MemError() = ",MemError());
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle)
916 SetErrorMessageAndLongIntAndBail("CopyCStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());
930 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle)
954 SetErrorMessageAndLongIntAndBail("CopyPStrToNewHandle: Can't allocate Handle, MemError() = ",MemError());
972 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength)
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs145 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
152 handle = avahi_address_resolver_new (client.Handle, iface, proto, addrPtr, flags,
164 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DDomainBrowser.cs146 if (client.Handle == IntPtr.Zero && handle != IntPtr.Zero ||
151 handle = avahi_domain_browser_new (client.Handle, iface, (int) proto,
162 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DHostNameResolver.cs125 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
130 handle = avahi_host_name_resolver_new (client.Handle, iface, proto,
141 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DRecordBrowser.cs164 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
169 handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name),
179 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DServiceBrowser.cs152 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
157 handle = avahi_service_browser_new (client.Handle, iface, (int) proto,
168 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DServiceTypeBrowser.cs142 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
147 handle = avahi_service_type_browser_new (client.Handle, iface, (int) proto,
158 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DServiceResolver.cs145 if (client.Handle == IntPtr.Zero || handle != IntPtr.Zero ||
150 handle = avahi_service_resolver_new (client.Handle, iface, proto,
161 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero &&
H A DEntryGroup.cs159 handle = avahi_entry_group_new (client.Handle, cb, IntPtr.Zero);
172 if (client.Handle != IntPtr.Zero && handle != IntPtr.Zero) {
H A DClient.cs191 internal IntPtr Handle property in class:Avahi.Client
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/
H A Dbuild45 m4_page_title([m4_db: ifelse(M4API, C_API, C, C++) Handle Methods (version M4MAJOR.M4MINOR.M4PATCH)])
47 m4_table_header(ifelse(M4API, C_API, C, C++) Handle Methods, Description)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S53 @ Handle any other interrupts if there are any
74 @ Handle any other interrupts
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/lib/
H A Dchecksum.S199 3: ! Handle different src and dest alignments.
238 ! Handle first two bytes as a special case
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A DServiceDialog.cs215 Raw = aui_service_dialog_new (title, parent == null ? IntPtr.Zero : parent.Handle,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S142 # Handle 2-byte-aligned regions
202 # Handle the last 1-3 bytes without jumping
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S175 # Handle 2-byte-aligned regions
250 # Handle the last 1-3 bytes without jumping
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware22 use IO::Handle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb_asm.S305 ;; Handle the communication

Completed in 126 milliseconds

12