Home
last modified time | relevance | path

Searched refs:num_matching (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dgas_serv.c451 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()
/external/libcups/cups/
Ddest-options.c2585 int num_matching; /* Number of matching options */ in cups_test_constraints() local
2604 num_matching = 0; in cups_test_constraints()
2755 num_matching = cupsAddOption(attr->name, value, num_matching, &matching); in cups_test_constraints()
2769 for (i = num_matching, moption = matching; i > 0; i --, moption ++) in cups_test_constraints()
2774 cupsFreeOptions(num_matching, matching); in cups_test_constraints()
/external/selinux/libsepol/cil/src/
Dcil_binary.c4740 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()