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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsimpleprefs.cpp186 CFDictionaryRef cfDict = getDictValue(key); local
187 if(cfDict == NULL) {
190 Dictionary *rtnDict = new Dictionary(cfDict);
193 * cfDict has one ref count
404 CFMutableDictionaryRef cfDict = getMutableDictValue(key); local
405 assert(CFGetRetainCount(cfDict) == 1);
406 MutableDictionary *rtnDict = new MutableDictionary(cfDict, true);
407 CFRelease(cfDict);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsimpleprefs.cpp186 CFDictionaryRef cfDict = getDictValue(key); local
187 if(cfDict == NULL) {
190 Dictionary *rtnDict = new Dictionary(cfDict);
193 * cfDict has one ref count
404 CFMutableDictionaryRef cfDict = getMutableDictValue(key); local
405 assert(CFGetRetainCount(cfDict) == 1);
406 MutableDictionary *rtnDict = new MutableDictionary(cfDict, true);
407 CFRelease(cfDict);
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DSparseBundle.c248 CFPropertyListRef cfDict = NULL; local
271 cfDict = CFPropertyListCreateWithStream(NULL, inFile, 0, 0, NULL, NULL);
272 if (cfDict == NULL) {
277 cfVal = CFDictionaryGetValue(cfDict, kBandSizeKey);
290 cfVal = CFDictionaryGetValue(cfDict, kDevSizeKey);
310 if (cfDict)
311 CFRelease(cfDict);

Completed in 202 milliseconds