Searched refs:CFMutableDictionaryRef (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c29 CFMutableDictionaryRef plist; // most recent entry in the plists array
248 CFMutableDictionaryRef result = NULL;
270 result = (CFMutableDictionaryRef)CFRetain(namespaces);
584 CFMutableDictionaryRef dict = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
592 CFMutableDictionaryRef verifications = (CFMutableDictionaryRef)CFDictionaryGetValue(state->plist, SD_XML_VERIFICATIONS);
597 CFMutableDictionaryRef dict = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecAssessment.cpp156 CFRef<CFMutableDictionaryRef> result = makeCFMutableDictionary();
349 CFRef<CFMutableDictionaryRef> adulterated = makeCFMutableDictionary(result.get());
352 CFRef<CFMutableDictionaryRef> authority2 = makeCFMutableDictionary(authority);
H A DCode.cpp269 CFRef<CFMutableDictionaryRef> rest = makeCFMutableDictionary(attributes);
H A Dcsgeneric.cpp132 CFMutableDictionaryRef hattr = makeCFMutableDictionary(attributes);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecAssessment.cpp156 CFRef<CFMutableDictionaryRef> result = makeCFMutableDictionary();
349 CFRef<CFMutableDictionaryRef> adulterated = makeCFMutableDictionary(result.get());
352 CFRef<CFMutableDictionaryRef> authority2 = makeCFMutableDictionary(authority);
H A DCode.cpp269 CFRef<CFMutableDictionaryRef> rest = makeCFMutableDictionary(attributes);
H A Dcsgeneric.cpp132 CFMutableDictionaryRef hattr = makeCFMutableDictionary(attributes);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrustSettings.c124 CFMutableDictionaryRef _trustDict;
224 CFMutableDictionaryRef dict;
235 CFMutableDictionaryRef newDict = NULL;
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecDbItem.h162 CFMutableDictionaryRef q_item;
257 CFMutableDictionaryRef attributes;
297 CFMutableDictionaryRef SecDbItemCopyPListWithMask(SecDbItemRef item, CFOptionFlags mask, CFErrorRef *error);
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c92 CFMutableDictionaryRef booters = NULL;
559 CFMutableDictionaryRef matching;
592 CFMutableDictionaryRef matching;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDHostName.c168 CFMutableDictionaryRef newDict;
280 CFMutableDictionaryRef newDict;
507 CFMutableDictionaryRef newDict;
H A DSCNetworkConfigurationInternal.c76 CFMutableDictionaryRef newConfig = NULL;
147 CFMutableDictionaryRef newConfig = NULL;
602 CFMutableDictionaryRef temp;
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dcache.c46 static CFMutableDictionaryRef cached_keys = NULL;
47 static CFMutableDictionaryRef cached_set = NULL;
470 CFMutableDictionaryRef newDict;
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c791 static CFMutableDictionaryRef
796 CFMutableDictionaryRef dict;
820 static CFMutableDictionaryRef
825 CFMutableDictionaryRef dict;
848 CFMutableDictionaryRef
855 CFMutableDictionaryRef
862 CFMutableDictionaryRef
869 CFMutableDictionaryRef
881 CFMutableDictionaryRef
1906 CFMutableDictionaryRef * propertie
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.c153 if (CFGetTypeID(key) == CFStringGetTypeID()) CFDictionarySetValue((CFMutableDictionaryRef)context, key, value);
157 CFMutableDictionaryRef md = CFDictionaryCreateMutable(allocator, 0, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
421 CFMutableDictionaryRef dict = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
441 CFMutableDictionaryRef dict = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
H A DCFXMLPreferencesDomain.c48 CFMutableDictionaryRef _domainDict; // Current value of the domain dictionary
86 static CFMutableDictionaryRef _propertyDict = NULL;
309 static Boolean _writeXMLFile(CFURLRef url, CFMutableDictionaryRef dict, Boolean isWorldReadable, Boolean *tryAgain) {
493 CFMutableDictionaryRef cachedDict;
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDACallback.c35 CFMutableDictionaryRef callback;
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dceamodes.c250 CFMutableDictionaryRef dict;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.cpp53 static IOReturn MergeDictionaries(CFDictionaryRef srcDict, CFMutableDictionaryRef * pDstDict);
396 CFMutableDictionaryRef serviceProps = NULL;
587 CFMutableDictionaryRef newProperties;
800 IOReturn MergeDictionaries(CFDictionaryRef srcDict, CFMutableDictionaryRef * pDstDict)
/macosx-10.9.5/IOKitTools-89.1.1/ioclasscount.tproj/
H A Dioclasscount.c132 CFMutableDictionaryRef rootProps = NULL; // must release
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDElement.c71 CFMutableDictionaryRef properties;
546 CFMutableDictionaryRef matchingDict;
594 CFMutableDictionaryRef matchingDict;
853 CFMutableDictionaryRef properties = __IOHIDPropertyLoadFromKeyWithSpecialKeys(__IOHIDElementGetRootKey(element), __KIOHIDElementSpecialKeys);
/macosx-10.9.5/IOPCIFamily-224.92.1/AppleSamplePCI/
H A DAppleSamplePCIClient.c26 CFMutableDictionaryRef properties;
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A Dupsd.c74 CFMutableDictionaryRef upsStoreDict;
202 CFMutableDictionaryRef matchingDict;
203 CFMutableDictionaryRef propertyDict;
595 CFMutableDictionaryRef upsStoreDict = NULL;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.h132 CFMutableDictionaryRef mPropertyList;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.h132 CFMutableDictionaryRef mPropertyList;

Completed in 727 milliseconds

1234567891011>>