Searched refs:num_matching (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | gas_serv.c | 451 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; in hs20_add_nai_home_realm_matches() local 468 for (i = 0; i < num_realms && num_matching < 10; i++) { in hs20_add_nai_home_realm_matches() 485 num_matching < 10; j++) { in hs20_add_nai_home_realm_matches() 493 num_matching < 10) { in hs20_add_nai_home_realm_matches() 501 num_matching < 10; k++) { in hs20_add_nai_home_realm_matches() 508 matches[num_matching].realm_data_idx = in hs20_add_nai_home_realm_matches() 510 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches() 511 num_matching++; in hs20_add_nai_home_realm_matches() 520 wpabuf_put_le16(buf, num_matching); in hs20_add_nai_home_realm_matches() 528 for (i = 0; i < num_matching; i++) { in hs20_add_nai_home_realm_matches()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | gas_serv.c | 454 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; in hs20_add_nai_home_realm_matches() local 471 for (i = 0; i < num_realms && num_matching < 10; i++) { in hs20_add_nai_home_realm_matches() 488 num_matching < 10; j++) { in hs20_add_nai_home_realm_matches() 496 num_matching < 10) { in hs20_add_nai_home_realm_matches() 504 num_matching < 10; k++) { in hs20_add_nai_home_realm_matches() 511 matches[num_matching].realm_data_idx = in hs20_add_nai_home_realm_matches() 513 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches() 514 num_matching++; in hs20_add_nai_home_realm_matches() 523 wpabuf_put_le16(buf, num_matching); in hs20_add_nai_home_realm_matches() 531 for (i = 0; i < num_matching; i++) { in hs20_add_nai_home_realm_matches()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 4740 int num_matching = 0; in __cil_print_neverallow_failure() local 4770 num_matching++; in __cil_print_neverallow_failure() 4778 if (count_matching >= 4 && num_matching > 4 && log_level == CIL_ERR) { in __cil_print_neverallow_failure() 4779 …g(CIL_ERR, " Only first 4 of %d matching rules shown (use \"-v\" to show all)\n", num_matching); in __cil_print_neverallow_failure() 4988 int num_matching = 0; in cil_check_type_bounds() local 5008 num_matching++; in cil_check_type_bounds() 5021 if (count_matching >= 2 && num_matching > 2 && log_level == CIL_ERR) { in cil_check_type_bounds() 5022 …g(CIL_ERR, " Only first 2 of %d matching rules shown (use \"-v\" to show all)\n", num_matching); in cil_check_type_bounds()
|