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
2011
int
num_matching
; \/* Number of matching options *\/
local
[
all
...]
/external/wpa_supplicant_8/src/ap/
gas_serv.c
407
u8 num_realms,
num_matching
= 0, encoding, realm_len, *realm_list_len;
local
424
for (i = 0; i < num_realms &&
num_matching
< 10; i++) {
441
num_matching
< 10; j++) {
449
num_matching
< 10) {
457
num_matching
< 10; k++) {
464
matches[
num_matching
].realm_data_idx =
466
matches[
num_matching
].realm_idx = k;
467
num_matching
++;
476
wpabuf_put_le16(buf,
num_matching
);
484
for (i = 0; i <
num_matching
; i++)
[
all
...]
Completed in 75 milliseconds