OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_matching
(Results
1 - 2
of
2
) sorted by null
/external/libcups/cups/
dest-options.c
2093
int
num_matching
; \/* Number of matching options *\/
local
[
all
...]
/external/wpa_supplicant_8/src/ap/
gas_serv.c
451
u8 num_realms,
num_matching
= 0, encoding, realm_len, *realm_list_len;
local
468
for (i = 0; i < num_realms &&
num_matching
< 10; i++) {
485
num_matching
< 10; j++) {
493
num_matching
< 10) {
501
num_matching
< 10; k++) {
508
matches[
num_matching
].realm_data_idx =
510
matches[
num_matching
].realm_idx = k;
511
num_matching
++;
520
wpabuf_put_le16(buf,
num_matching
);
528
for (i = 0; i <
num_matching
; i++)
[
all
...]
Completed in 227 milliseconds