Searched refs:CFMutableDictionaryRef (Results 176 - 200 of 632) sorted by relevance

1234567891011>>

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.c542 CFMutableDictionaryRef newDict;
656 CFMutableDictionaryRef newDict;
679 CFMutableDictionaryRef newPPPEntity;
803 CFMutableDictionaryRef newDict;
830 CFMutableDictionaryRef newPPPEntity;
1102 CFMutableDictionaryRef newDict;
1185 CFMutableDictionaryRef new_entity;
1186 CFMutableDictionaryRef new_options;
1260 CFMutableDictionaryRef new_entity;
1261 CFMutableDictionaryRef new_option
[all...]
H A DVPNService.c266 CFMutableDictionaryRef new_settings;
267 CFMutableDictionaryRef new_vpn_config;
392 CFMutableDictionaryRef new_vpn_config;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DBonjourEvents.c85 CFMutableDictionaryRef _tokenToBrowserMap; // Maps a token to a browser that can be used to scan the remaining dictionaries.
86 CFMutableDictionaryRef _browsers; // A Dictionary of Browser Dictionaries where the resposible browser is the key.
87 CFMutableDictionaryRef _onAddEvents; // A Dictionary of Event Dictionaries that describe events to trigger on a service appearing.
88 CFMutableDictionaryRef _onRemoveEvents; // A Dictionary of Event Dictionaries that describe events to trigger on a service disappearing.
124 void AddEventDictionary(CFDictionaryRef eventDict, CFMutableDictionaryRef allEventsDictionary, NetBrowserInfo* key);
129 void HandleTemporaryEventsForService(BonjourUserEventsPlugin* plugin, NetBrowserInfo* browser, CFStringRef serviceName, CFMutableDictionaryRef eventsDictionary);
432 CFMutableDictionaryRef eventDictionary = CFDictionaryCreateMutable(NULL, 4, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
599 CFMutableDictionaryRef browserDict = CFDictionaryCreateMutable(NULL, 2, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
659 void AddEventDictionary(CFDictionaryRef eventDict, CFMutableDictionaryRef allEventsDictionary, NetBrowserInfo* key)
782 void HandleTemporaryEventsForService(BonjourUserEventsPlugin* plugin, NetBrowserInfo* browser, CFStringRef serviceName, CFMutableDictionaryRef eventsDictionar
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dmodelist.c31 CFMutableDictionaryRef kernelInfo;
32 CFMutableDictionaryRef modes;
34 CFMutableDictionaryRef overrides;
363 CFMutableDictionaryRef dict;
378 dict = (CFMutableDictionaryRef) IORegistryEntryCreateCFProperty(
407 dict = (CFMutableDictionaryRef) CFArrayGetValueAtIndex( modeListRef->modesArray, i );
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.h92 CFMutableDictionaryRef fElementCache;
94 CFMutableDictionaryRef fProperties;
138 void setElementDictIntValue(CFMutableDictionaryRef element, CFStringRef key, uint32_t value);
139 void setElementDictBoolValue(CFMutableDictionaryRef element, CFStringRef key, bool value);
140 CFTypeRef createElement(CFDataRef data, IOHIDElementStruct * element, uint32_t index, CFTypeRef parentElement, CFMutableDictionaryRef elementCache,
228 virtual IOReturn copyMatchingElements(CFDictionaryRef matchingDict, CFArrayRef * elements, CFTypeRef parentElement=0, CFMutableDictionaryRef elementCache=0, IOOptionBits options=0);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.h1058 CFMutableDictionaryRef * properties,
1213 CFMutableDictionaryRef
1223 CFMutableDictionaryRef
1235 CFMutableDictionaryRef
1241 CFMutableDictionaryRef
1253 CFMutableDictionaryRef
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c61 static CFMutableDictionaryRef currentPrefs; /* current prefs */
62 static CFMutableDictionaryRef newPrefs; /* new prefs */
377 CFMutableDictionaryRef myDict;
411 myDict = (CFMutableDictionaryRef)CFDictionaryGetValue(newPrefs, myKey);
467 CFMutableDictionaryRef dict = NULL;
488 dict = (CFMutableDictionaryRef)SCDynamicStoreCopyMultiple(store, NULL, patterns);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_report.c39 CFMutableDictionaryRef element,
69 CFMutableDictionaryRef element,
190 CFMutableDictionaryRef element,
351 CFMutableDictionaryRef element,
475 CFMutableDictionaryRef element,
558 CFMutableDictionaryRef element,
/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_PlugIn.c117 CFDictionarySetValue((CFMutableDictionaryRef)infoDict, CFSTR("CFPlugInNeedsDynamicRegistration"), CFSTR("YES"));
131 CFDictionaryRemoveValue((CFMutableDictionaryRef)infoDict, CFSTR("CFPlugInNeedsDynamicRegistration"));
147 CFDictionaryRemoveValue((CFMutableDictionaryRef)infoDict, CFSTR("CFPlugInNeedsDynamicRegistration"));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsimpleprefs.cpp381 CFMutableDictionaryRef MutableDictionary::getMutableDictValue(
404 CFMutableDictionaryRef cfDict = getMutableDictValue(key);
488 CFMutableDictionaryRef mutDict = CFDictionaryCreateMutableCopy(NULL, 0, dict());
H A Dcfmunge.cpp230 CFMutableDictionaryRef dict;
250 CFDictionaryRef CFMake::add(CFMutableDictionaryRef dict)
274 CFDictionaryRef CFMake::addto(CFMutableDictionaryRef dict)
557 CFDictionaryRef cfadd(CFMutableDictionaryRef dict, const char *format, ...)
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsimpleprefs.cpp381 CFMutableDictionaryRef MutableDictionary::getMutableDictValue(
404 CFMutableDictionaryRef cfDict = getMutableDictValue(key);
488 CFMutableDictionaryRef mutDict = CFDictionaryCreateMutableCopy(NULL, 0, dict());
H A Dcfmunge.cpp230 CFMutableDictionaryRef dict;
250 CFDictionaryRef CFMake::add(CFMutableDictionaryRef dict)
274 CFDictionaryRef CFMake::addto(CFMutableDictionaryRef dict)
557 CFDictionaryRef cfadd(CFMutableDictionaryRef dict, const char *format, ...)
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dshow_certificates.c64 keychain_query_parse_string(CFMutableDictionaryRef q, CFStringRef s) {
123 keychain_query_parse_cstring(CFMutableDictionaryRef q, const char *query) {
205 CFMutableDictionaryRef query = CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/macosx-10.9.5/smb-697.95.1/lib/
H A Dlibtest.c234 CFMutableDictionaryRef urlParms = NULL;
271 CFMutableDictionaryRef mountOptions = NULL;
387 CFMutableDictionaryRef mountOptions = NULL;
559 CFMutableDictionaryRef OpenOptions = NULL;
608 CFMutableDictionaryRef OpenOptions = NULL;
716 CFMutableDictionaryRef OpenOptions = NULL;
760 CFMutableDictionaryRef OpenOptions = NULL;
815 CFMutableDictionaryRef OpenOptions = NULL;
909 CFMutableDictionaryRef OpenOptions = NULL;
993 CFMutableDictionaryRef mountOption
[all...]
/macosx-10.9.5/smb-697.95.1/rpcwrappers/
H A Dnetshareenum.cpp119 CFMutableDictionaryRef shareDict,
123 CFMutableDictionaryRef currDict = NULL;
215 CFMutableDictionaryRef shareDict = NULL;
/macosx-10.9.5/DiskArbitration-266/DiskArbitrationAgent/
H A DDADialog.m106 CFMutableDictionaryRef dictionary;
213 CFMutableDictionaryRef dictionary;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibAsyncStreamListener.h127 CFMutableDictionaryRef mPendingLocks ;
H A DIOFireWireLibPseudoAddressSpace.h144 CFMutableDictionaryRef mPendingLocks ;
/macosx-10.9.5/IOKitTools-89.1.1/ioalloccount.tproj/
H A Dioalloccount.c113 (CFMutableDictionaryRef *)&rootProps,
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIODisplayTest.c112 CFMutableDictionaryRef dict;
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dtest-na.c66 CFMutableDictionaryRef info;
108 CFMutableDictionaryRef info;
153 CFMutableDictionaryRef info;
260 CFMutableDictionaryRef info;
/macosx-10.9.5/Security-55471.14.18/authd/
H A Drule.h77 CFMutableDictionaryRef rule_copy_to_cfobject(rule_t,authdb_connection_t);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/regressions/
H A Dsi-33-keychain-backup.c42 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransformFactory.cpp20 CFMutableDictionaryRef TransformFactory::gRegistered;

Completed in 176 milliseconds

1234567891011>>