Searched refs:num_matching (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.c | 443 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; in hs20_add_nai_home_realm_matches() local 460 for (i = 0; i < num_realms && num_matching < 10; i++) { in hs20_add_nai_home_realm_matches() 477 num_matching < 10; j++) { in hs20_add_nai_home_realm_matches() 485 num_matching < 10) { in hs20_add_nai_home_realm_matches() 493 num_matching < 10; k++) { in hs20_add_nai_home_realm_matches() 500 matches[num_matching].realm_data_idx = in hs20_add_nai_home_realm_matches() 502 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches() 503 num_matching++; in hs20_add_nai_home_realm_matches() 512 wpabuf_put_le16(buf, num_matching); in hs20_add_nai_home_realm_matches() 520 for (i = 0; i < num_matching; i++) { in hs20_add_nai_home_realm_matches()
|
/external/libcups/cups/ |
D | dest-options.c | 2585 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/ |
D | cil_binary.c | 4844 int num_matching = 0; in __cil_print_neverallow_failure() local 4874 num_matching++; in __cil_print_neverallow_failure() 4882 if (count_matching >= 4 && num_matching > 4 && log_level == CIL_ERR) { in __cil_print_neverallow_failure() 4883 …g(CIL_ERR, " Only first 4 of %d matching rules shown (use \"-v\" to show all)\n", num_matching); in __cil_print_neverallow_failure() 5100 int num_matching = 0; in cil_check_type_bounds() local 5120 num_matching++; in cil_check_type_bounds() 5133 if (count_matching >= 2 && num_matching > 2 && log_level == CIL_ERR) { in cil_check_type_bounds() 5134 …g(CIL_ERR, " Only first 2 of %d matching rules shown (use \"-v\" to show all)\n", num_matching); in cil_check_type_bounds()
|