Home
last modified time | relevance | path

Searched refs:num_matching (Results 1 – 2 of 2) 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.c2093 int num_matching; /* Number of matching options */ in cups_test_constraints() local
2111 num_matching = 0; in cups_test_constraints()
2250 num_matching = cupsAddOption(attr->name, value, num_matching, &matching); in cups_test_constraints()
2264 for (i = num_matching, moption = matching; i > 0; i --, moption ++) in cups_test_constraints()
2270 cupsFreeOptions(num_matching, matching); in cups_test_constraints()