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:addr_node
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares_data.h
79
struct ares_addr_node
addr_node
;
member
H
A
D
ares_data.c
95
next_data = ptr->data.
addr_node
.next;
in ares_free_data()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_build_ast.h
234
int cil_fill_ipaddr(struct cil_tree_node *
addr_node
, struct cil_ipaddr *addr);
H
A
D
cil_build_ast.c
5697
int cil_fill_ipaddr(struct cil_tree_node *
addr_node
, struct cil_ipaddr *addr)
in cil_fill_ipaddr()
argument
5701
if (
addr_node
== NULL ||
addr_node
->data == NULL || addr == NULL) {
in cil_fill_ipaddr()
5705
if (strchr(
addr_node
->data, ':') != NULL) {
in cil_fill_ipaddr()
5711
rc = inet_pton(addr->family,
addr_node
->data, &addr->ip);
in cil_fill_ipaddr()
5720
cil_log(CIL_ERR, "Bad ip address or netmask: %s\n", (
addr_node
&&
addr_node
->data) ? (const char *)
addr_node
->data : "n/a");
in cil_fill_ipaddr()
H
A
D
cil_resolve_ast.c
2942
struct cil_tree_node *
addr_node
= NULL;
in cil_build_call_args()
local
2951
cil_tree_node_init(&
addr_node
);
in cil_build_call_args()
2952
addr_node
->flavor = CIL_IPADDR;
in cil_build_call_args()
2953
addr_node
->data = ipaddr;
in cil_build_call_args()
2954
cil_list_append(DATUM(ipaddr)->nodes, CIL_LIST_ITEM,
addr_node
);
in cil_build_call_args()
Completed in 13 milliseconds