Searched refs:_queryTable (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h126 CFMutableDictionaryRef _queryTable; member in struct:__CFBundle
H A DCFBundle.c864 if (bundle->_queryTable) {
865 CFDictionaryRemoveAllValues(bundle->_queryTable);
1054 if (bundle->_queryTable) CFRelease(bundle->_queryTable);
1218 bundle->_queryTable = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
H A DCFBundle_Resources.c1914 subTable = (CFDictionaryRef) CFDictionaryGetValue(bundle->_queryTable, argDirStr);
1920 CFDictionarySetValue(bundle->_queryTable, argDirStr, subTable);

Completed in 109 milliseconds