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

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPTLSUtil.c1050 CFMutableDictionaryRef new_domain_list; local
1052 new_domain_list
1055 CFDictionarySetValue(new_domain_list, identifier, exceptions_list);
1057 domain_list = (CFDictionaryRef)new_domain_list;
1140 CFMutableDictionaryRef new_domain_list; local
1142 new_domain_list
1145 CFDictionaryRemoveValue(new_domain_list, identifier);
1146 CFPreferencesSetValue(domain, new_domain_list,
1154 CFRelease(new_domain_list);

Completed in 218 milliseconds