Searched refs:Handle (Results 51 - 75 of 109) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbitmap.cpp350 // Create Icon Family Handle
440 Handle data = NewHandle( datasize ) ;
498 Handle data = NULL ;
499 Handle maskdata = NULL ;
572 SetIconFamilyData( iconFamily, 'PICT' , (Handle) pic ) ;
577 HLock((Handle) iconFamily);
578 OSStatus err = GetIconRefFromIconFamilyPtr( *iconFamily, GetHandleSize((Handle) iconFamily), &m_iconRef );
579 HUnlock((Handle) iconFamily);
581 DisposeHandle( (Handle) iconFamily ) ;
674 err = GraphicsExportSetOutputHandle(exporter, (Handle)m_pictHandl
[all...]
H A Dmediactrl.cpp247 // wxQTMediaPlayTimer - Handle Asyncronous Playing
277 // Handle the stop event - if the movie has reached
490 Handle theHandle = ::NewHandleClear(len + 1);
1052 Handle hMovie = NewHandle(0);
H A Dutils.cpp258 HLock( (Handle) chooserName );
260 HUnlock( (Handle) chooserName );
261 ReleaseResource( (Handle) chooserName );
283 HLock( (Handle) chooserName );
285 HUnlock( (Handle) chooserName );
286 ReleaseResource( (Handle) chooserName );
883 wxASSERT_MSG( m_controlRef != NULL , wxT("Control Handle already NULL, Dispose called twice ?") );
884 wxASSERT_MSG( IsValidControlHandle(m_controlRef) , wxT("Invalid Control Handle (maybe already released) in Dispose") );
1410 Handle items) const
1892 Handle handl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.c572 Handle hFullPath;
581 memmove(FullPath, (Handle) *hFullPath, len);
584 DisposeHandle((Handle)hFullPath); /* we don't need it any more */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.c572 Handle hFullPath;
581 memmove(FullPath, (Handle) *hFullPath, len);
584 DisposeHandle((Handle)hFullPath); /* we don't need it any more */
H A Dmacstuff.c311 * function will return a C string in the Handle. It also will
327 Handle *fullPath) /* Handle to path. */
375 * Create a new Handle for the object - make it a C string.
809 Handle *fullPath)
929 DisposeHandle((Handle)alias); /* Free up memory used */
943 Handle *fullPath)
1346 if ( InlineGetHandleSize((Handle)commentHandle) > 0 )
H A Dunixlike.c76 Handle hFullPath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutils.cpp104 HLock( (Handle) chooserName ) ;
106 HUnlock( (Handle) chooserName ) ;
107 ReleaseResource( (Handle) chooserName ) ;
142 HLock( (Handle) chooserName ) ;
144 HUnlock( (Handle) chooserName ) ;
145 ReleaseResource( (Handle) chooserName ) ;
H A Dprintmac.cpp385 DisposeHandle( (Handle) m_macPrintSettings ) ;
457 DisposeHandle( (Handle) m_macPrintSettings ) ;
459 HandToHand( (Handle*) &m_macPrintSettings );
H A Dchecklst.cpp270 HLock( (Handle) m_macList ) ;
277 (**(ListHandle)m_macList).listDefProc = (Handle) ldef ;
H A Dnotebmac.cpp478 OSErr err = SetIconFamilyData( iconFamily, 'PICT' , (Handle) info.u.picture ) ;
494 DisposeHandle( (Handle) iconFamily ) ;
H A Dmenuitem.cpp98 kMenuColorIconType , (Handle) info.u.cIconHandle ) ;
H A Dbitmap.cpp44 CTabHandle newColors; /* Handle to the new color table */
62 DisposeHandle( (Handle) colors ) ;
118 error = HandToHand((Handle *) &newColors);
152 (**icon).iconPMap.pmTable = newColors; /* Handle to CLUT */
200 HLock((Handle)icon) ;
251 HUnlock((Handle)icon) ;
1311 DetachResource( (Handle) thePict ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp97 #define Handle Ptr* macro
241 wxDL_METHOD_DEFINE( Handle, NewHandleClear, (long s), (s), NULL )
245 Handle dataRef, OSType dataRefType),
248 wxDL_VOIDMETHOD_DEFINE( DisposeHandle, (Handle h), (h) )
516 // wxQTPlayTimer - Handle Asyncronous Playing
547 // Handle the stop event - if the movie has reached
798 Handle theHandle = m_lib.NewHandleClear(theURI.length() + 1);
869 // Handle the movie GWorld
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dchecksum.S230 3: ! Handle different src and dest alignments.
269 ! Handle first two bytes as a special case
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui-sharp/
H A DServiceDialog.cs215 Raw = aui_service_dialog_new (title, parent == null ? IntPtr.Zero : parent.Handle,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dtsget7 use IO::Handle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dtsget7 use IO::Handle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dchecksum.S142 # Handle 2-byte-aligned regions
202 # Handle the last 1-3 bytes without jumping
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dchecksum_32.S175 # Handle 2-byte-aligned regions
250 # Handle the last 1-3 bytes without jumping

Completed in 249 milliseconds

12345