Searched refs:domain_names (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | interworking.h | 33 struct wpabuf *domain_names); 34 int domain_name_list_contains(struct wpabuf *domain_names,
|
D | interworking.c | 2190 int domain_name_list_contains(struct wpabuf *domain_names, in domain_name_list_contains() argument 2197 pos = wpabuf_head(domain_names); in domain_name_list_contains() 2198 end = pos + wpabuf_len(domain_names); in domain_name_list_contains() 2229 struct wpabuf *domain_names) in interworking_home_sp_cred() argument 2254 if (domain_names && in interworking_home_sp_cred() 2263 domain_name_list_contains(domain_names, realm, 1)) in interworking_home_sp_cred() 2270 if (domain_names == NULL || cred->domain == NULL) in interworking_home_sp_cred() 2277 if (domain_name_list_contains(domain_names, cred->domain[i], 1)) in interworking_home_sp_cred() 2286 struct wpabuf *domain_names) in interworking_home_sp() argument 2290 if (domain_names == NULL || wpa_s->conf->cred == NULL) in interworking_home_sp() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | interworking.h | 33 struct wpabuf *domain_names); 34 int domain_name_list_contains(struct wpabuf *domain_names,
|
D | interworking.c | 2218 int domain_name_list_contains(struct wpabuf *domain_names, in domain_name_list_contains() argument 2225 pos = wpabuf_head(domain_names); in domain_name_list_contains() 2226 end = pos + wpabuf_len(domain_names); in domain_name_list_contains() 2257 struct wpabuf *domain_names) in interworking_home_sp_cred() argument 2282 if (domain_names && in interworking_home_sp_cred() 2291 domain_name_list_contains(domain_names, realm, 1)) in interworking_home_sp_cred() 2298 if (domain_names == NULL || cred->domain == NULL) in interworking_home_sp_cred() 2305 if (domain_name_list_contains(domain_names, cred->domain[i], 1)) in interworking_home_sp_cred() 2314 struct wpabuf *domain_names) in interworking_home_sp() argument 2318 if (domain_names == NULL || wpa_s->conf->cred == NULL) in interworking_home_sp() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | msggrep.c | 81 static string_list_ty *domain_names; variable 179 domain_names = string_list_alloc (); in main() 303 string_list_append (domain_names, optarg); in main() 841 if (string_list_member (domain_names, domain)) in process_message_list()
|