Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:if_names
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_main.c
567
static int hostapd_get_interface_names(char ***
if_names
,
in hostapd_get_interface_names()
argument
579
nnames = os_realloc_array(*
if_names
, 1 + *if_names_size,
in hostapd_get_interface_names()
583
*
if_names
= nnames;
in hostapd_get_interface_names()
585
(*
if_names
)[*if_names_size] = os_strdup(if_name);
in hostapd_get_interface_names()
586
if (!(*
if_names
)[*if_names_size])
in hostapd_get_interface_names()
596
os_free((*
if_names
)[i]);
in hostapd_get_interface_names()
597
os_free(*
if_names
);
in hostapd_get_interface_names()
598
*
if_names
= NULL;
in hostapd_get_interface_names()
663
char **
if_names
= NULL;
in ap_main()
local
774
if (hostapd_get_interface_names(&
if_names
,
in ap_main()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_main.c
559
static int hostapd_get_interface_names(char ***
if_names
,
in hostapd_get_interface_names()
argument
571
nnames = os_realloc_array(*
if_names
, 1 + *if_names_size,
in hostapd_get_interface_names()
575
*
if_names
= nnames;
in hostapd_get_interface_names()
577
(*
if_names
)[*if_names_size] = os_strdup(if_name);
in hostapd_get_interface_names()
578
if (!(*
if_names
)[*if_names_size])
in hostapd_get_interface_names()
588
os_free((*
if_names
)[i]);
in hostapd_get_interface_names()
589
os_free(*
if_names
);
in hostapd_get_interface_names()
590
*
if_names
= NULL;
in hostapd_get_interface_names()
655
char **
if_names
= NULL;
in ap_main()
local
760
if (hostapd_get_interface_names(&
if_names
,
in ap_main()
[all...]
Completed in 2 milliseconds