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

12345

/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 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);
/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 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);
/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 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFullPath.h115 Handle * fullPath);
164 Handle * fullPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFullPath.h115 Handle * fullPath);
164 Handle * fullPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dicon.cpp139 Handle resHandle = GetNamedResource( 'icns' , theName ) ;
143 HLock((Handle) iconFamily);
144 OSStatus err = GetIconRefFromIconFamilyPtr( *iconFamily, GetHandleSize((Handle) iconFamily), &iconRef );
145 HUnlock((Handle) iconFamily);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp96 HLock((Handle) targetAlias);
99 GetHandleSize((Handle) targetAlias));
100 HUnlock((Handle) targetAlias);
115 if (targetAlias != NULL) DisposeHandle((Handle) targetAlias);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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 &&
/netgear-R7000-V1.0.7.12_1.2.5/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 &&

Completed in 146 milliseconds

12345