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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClient.h43 EAPOLClientGetConfig(EAPOLClientRef client, CFDictionaryRef * config_dict);
H A DEAPOLControl.c73 EAPOLControlStart(const char * interface_name, CFDictionaryRef config_dict) argument
103 if (isA_CFDictionary(config_dict) == NULL) {
107 data = CFPropertyListCreateData(NULL, config_dict,
205 CFDictionaryRef config_dict; local
242 config_dict = CFDictionaryCreate(NULL, keys, values, count,
246 ret = EAPOLControlStart(if_name, config_dict);
247 if (config_dict != NULL) {
248 CFRelease(config_dict);
258 CFDictionaryRef config_dict; local
281 config_dict
319 EAPOLControlUpdate(const char * interface_name, CFDictionaryRef config_dict) argument
545 CFDictionaryRef config_dict; local
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A Dmain.c176 CFDictionaryRef config_dict = NULL; local
281 config_dict = (CFDictionaryRef)
283 if (isA_CFDictionary(config_dict) == NULL) {
286 my_CFRelease(&config_dict);
291 if (config_dict == NULL && control_dict == NULL) {
311 (void)Supplicant_update_configuration(supp, config_dict, &should_stop);
317 my_CFRelease(&config_dict);
H A DSupplicant.h72 CFDictionaryRef config_dict,
H A DSupplicant.c134 CFDictionaryRef config_dict; member in struct:Supplicant_s
338 = CFDictionaryGetValue(supp->config_dict,
341 = CFDictionaryGetValue(supp->config_dict,
346 = CFRetain(supp->config_dict);
371 supp->config_dict);
390 = CFRetain(supp->config_dict);
1073 = CFDictionaryGetValue(supp->config_dict,
1991 CFDictionaryRef config_dict = NULL; local
2034 config_dict = CFDictionaryCreateCopy(NULL, supp->orig_config_dict);
2035 Supplicant_update_configuration(supp, config_dict, NUL
2048 CFDictionaryRef config_dict = NULL; local
2687 eap_method_user_name(EAPAcceptTypesRef accept, CFDictionaryRef config_dict) argument
3149 Supplicant_update_configuration(SupplicantRef supp, CFDictionaryRef config_dict, bool * should_stop) argument
3339 CFDictionaryRef config_dict = NULL; local
[all...]
H A DEAPOLSocket.c1627 CFDictionaryRef config_dict = NULL; local
1655 config_dict = CFDictionaryGetValue(control_dict,
1657 if (config_dict == NULL) {
1679 if (config_dict != NULL) {
1680 Supplicant_update_configuration(supp, config_dict, &should_stop);
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.h47 CFDictionaryRef config_dict, mach_port_t bootstrap,
56 CFDictionaryRef config_dict);
H A Dcontroller.c121 CFDictionaryRef config_dict; member in struct:eapolClient_s
158 if (client->config_dict == NULL) {
166 itemID_dict = CFDictionaryGetValue(client->config_dict,
424 my_CFRelease(&client->config_dict);
799 CFDictionaryRef config_dict, mach_port_t bootstrap,
871 if (config_dict != NULL) {
872 client->config_dict = CFRetain(config_dict);
880 eapolClientUpdate(eapolClientRef client, CFDictionaryRef config_dict) argument
900 my_CFRelease(&client->config_dict);
798 eapolClientStart(eapolClientRef client, uid_t uid, gid_t gid, CFDictionaryRef config_dict, mach_port_t bootstrap, mach_port_t au_session) argument
983 ControllerStart(if_name_t if_name, uid_t uid, gid_t gid, CFDictionaryRef config_dict, mach_port_t bootstrap, mach_port_t au_session) argument
1157 ControllerUpdate(if_name_t if_name, uid_t uid, gid_t gid, CFDictionaryRef config_dict) argument
[all...]
/macosx-10.10/bootp-298/ipconfiglib/
H A DIPConfigurationService.c193 CFDictionaryRef config_dict; local
246 config_dict
254 return (config_dict);
313 CFDictionaryRef config_dict; local
364 config_dict = config_dict_create(getpid(), requested_ipv6_config,
367 config_dict,
371 CFRelease(config_dict);
/macosx-10.10/apache-793/
H A Dhttpd-wrapper.rb34 config_dict = {
51 'desktop_config' => config_dict.clone,
52 'server_config' => config_dict.clone,
53 'unknown_config' => config_dict.clone,

Completed in 132 milliseconds