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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h105 CFMutableDictionaryRef _glueDict; member in struct:__CFBundle
H A DCFBundle.c1047 if (bundle->_glueDict) {
1048 CFDictionaryApplyFunction(bundle->_glueDict, _CFBundleDeallocateGlue, (void *)CFGetAllocator(bundle));
1049 CFRelease(bundle->_glueDict);
1190 bundle->_glueDict = NULL;
3224 if (!bundle->_isLoaded && bundle->_glueDict) {
3225 CFDictionaryApplyFunction(bundle->_glueDict, _CFBundleDeallocateGlue, (void *)CFGetAllocator(bundle));
3226 CFRelease(bundle->_glueDict);
3227 bundle->_glueDict = NULL;

Completed in 93 milliseconds