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

/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/hfs-226.1.1/CopyHFSMeta/
H A DSparseBundle.c285 CFPropertyListRef cfDict = NULL; local
308 cfDict = CFPropertyListCreateWithStream(NULL, inFile, 0, 0, NULL, NULL);
309 if (cfDict == NULL) {
314 cfVal = CFDictionaryGetValue(cfDict, kBandSizeKey);
327 cfVal = CFDictionaryGetValue(cfDict, kDevSizeKey);
347 if (cfDict)
348 CFRelease(cfDict);

Completed in 132 milliseconds