Searched refs:_CFBundleDlfcnUnload (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h201 extern void _CFBundleDlfcnUnload(CFBundleRef bundle);
H A DCFBundle.c3202 if (bundle->_handleCookie) _CFBundleDlfcnUnload(bundle);
3209 if (bundle->_handleCookie && _CFExecutableLinkedOnOrAfter(CFSystemVersionLeopard)) _CFBundleDlfcnUnload(bundle);
3220 if (bundle->_handleCookie) _CFBundleDlfcnUnload(bundle);
4468 CF_PRIVATE void _CFBundleDlfcnUnload(CFBundleRef bundle) { function

Completed in 116 milliseconds