Searched refs:release (Results 226 - 250 of 1953) sorted by relevance

1234567891011>>

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp158 _properties->release();
161 _commandGate->release();
165 _createDeviceTimer->release();
168 _device->release();
171 _queue->release();
174 _owner->release();
428 object->release();
434 propertiesDesc->release();
465 release();
496 report->release();
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.cpp95 fTrustedNodeSet->release();
101 fTrustedNodeSetIterator->release();
117 fTrustedNodeSet->release();
123 fTrustedNodeSetIterator->release();
299 fIOFWAddressSpaceExpansion->fAuxiliary->release();
326 auxiliary->release();
341 // release auxiliary object
345 fIOFWAddressSpaceExpansion->fAuxiliary->release();
H A DIOFWDCLPool.cpp55 fProgram->release() ;
72 dcl->release() ;
79 dcl->release() ;
94 dcl->release() ;
101 dcl->release() ;
114 dcl->release() ;
121 dcl->release() ;
H A DIOFWUserVectorCommand.cpp44 result->release() ;
82 fSubmitDesc->release();
89 fResultDesc->release();
120 fSubmitDesc->release();
144 fResultDesc->release();
246 object->release();
269 cmd->release(); // we need to release this in all cases
H A DIOLocalConfigDirectory.cpp72 fEntries->release();
74 fROM->release();
125 dir->release();
216 fROM->release();
275 tmp->release();
364 entry->release(); // In array now.
399 entry->release(); // In array now.
432 valueCopy->release();
444 entry->release(); // In array now.
478 entry->release(); // I
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSDefaultStyleSheets.cpp111 defaultStyle = std::make_unique<RuleSet>().release();
112 defaultPrintStyle = std::make_unique<RuleSet>().release();
116 defaultStyle = std::make_unique<RuleSet>().release();
117 defaultPrintStyle = std::make_unique<RuleSet>().release();
118 defaultQuirksStyle = std::make_unique<RuleSet>().release();
138 defaultStyle = std::make_unique<RuleSet>().release();
141 defaultQuirksStyle = std::make_unique<RuleSet>().release();
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Draw_usrreq.c303 goto release;
308 goto release;
313 goto release;
318 goto release;
323 goto release;
328 goto release;
334 release:
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkData.cpp38 #define RELEASE(x) do { if (x) { (x)->release(); (x) = 0; } } while (0)
164 aData->release();
195 aData->release();
225 aData->release();
237 _key->release();
577 numberEntry->release();
583 numberEntry->release();
614 dataEntry->release();
620 dictToSerialize->release();
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp178 me->reserved->workLoop->release();
179 me->release();
211 me->release();
239 release();
240 workLoop->release();
259 release();
260 workLoop->release();
374 release();
375 workLoop->release();
H A DIOCommandPool.cpp63 me->release();
102 me->release();
129 fSerializer->release();
H A DIOPMinformeeList.cpp155 item->release();
166 temp->release();
247 next->release();
H A DIOSubMemoryDescriptor.cpp54 self->release();
82 _parent->release();
106 _parent->release();
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp47 obj->release();
169 test->release();
203 iter->release();
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.cpp270 fTimeoutCommand->release();
279 fManagementORBAddressSpace->release();
289 fStatusBlockAddressSpace->release();
294 fResponseMap->release();
305 fResponseAddressSpace->release();
309 // release command for writing the management agent
313 fWriteCommand->release();
316 fWriteCommandMemory->release();
331 void IOFireWireSBP2ManagementORB::release() const function in class:IOFireWireSBP2ManagementORB
334 IOFWCommand::release(
[all...]
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h167 * The lifetime of an object returned by the API is until release() is called
174 * caller of the API, and it is the responsibility of the caller to call release()
487 * to its only function, release(), it contains a pointer to a
496 * implementation, and should be released with their release()
653 * It has a pointer to the string data and a release() function.
684 cc_int32 (*release) (cc_context_t io_context); member in struct:cc_context_f
923 * locking was added after the first release and thus adding mandatory locks would
985 * \param io_ccache the ccache object to release.
990 cc_int32 (*release) (cc_ccache_t io_ccache); member in struct:cc_ccache_f
993 * \param io_ccache the ccache object to destroy and release
1347 cc_int32 (*release) (cc_string_t io_string); member in struct:cc_string_f
1360 cc_int32 (*release) (cc_credentials_t io_credentials); member in struct:cc_credentials_f
1385 cc_int32 (*release) (cc_ccache_iterator_t io_ccache_iterator); member in struct:cc_ccache_iterator_f
1418 cc_int32 (*release) (cc_credentials_iterator_t io_credentials_iterator); member in struct:cc_credentials_iterator_f
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c42 int release = 0; local
59 release = 1;
111 if ( release && e != NULL ) be_entry_release_r( op, e );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGLContext.cpp152 return eglContext.release();
159 return glxContext.release();
163 return eglContext.release();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DIndexedDatabaseObjectStoreContentView.js110 entry.primaryKey.release();
111 entry.key.release();
112 entry.value.release();
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebContextMenuClient.cpp62 return menu.release();
72 return menu.release();
78 return customizedMenu.release();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNavigationData.cpp97 *url = BString(m_url).release();
105 *title = BString(m_title).release();
140 *clientRedirectSource = BString(m_clientRedirectSource).release();
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemUtilities.cpp109 cdMediaPtr->release ( );
254 matchingDictPtr->release ( );
281 // Bump the refcount on the CDMedia so that when we release the iterator
291 iteratorPtr->release ( );
/macosx-10.10/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp78 if (intES) intES->release();
79 if (commQ) commQ->release();
80 if (workLoop) workLoop->release();
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check47 # --build=debug --build=release --build=paranoid
54 # llvmbuild will build debug, release and paranoid (debug+checks)
360 release=["--prefix=" + self.install_prefix,
371 release=[],
377 release=dict(CC=self.cc,
383 release=dict(CC=self.cc,
390 release=["-j" + str(self.jobs)],
393 release=["-j" + str(self.jobs)],
398 release=dict(),
402 release
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A DDNSServiceBrowser.m235 [_srvtypeKeys release];
236 [_srvnameKeys release];
248 [_srvtypeKeys release];
249 [_srvnameKeys release];
250 [_servicesDict release];
251 [_sortedServices release];
349 [_serviceBrowser release];
388 [_sortedServices release];
400 [selected release];
403 [service release];
[all...]
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAID.cpp42 raidSets->release();
46 raidMembers->release();
50 logicalVolumes->release();
217 set->release();
306 set->release();
315 set->release();
440 errmsg->release();
518 updateInfo->release();
601 if (iter) iter->release();
602 if (keys) keys->release();
[all...]

Completed in 3585 milliseconds

1234567891011>>