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:aquery
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares_gethostbyaddr.c
62
static void next_lookup(struct addr_query *
aquery
);
65
static void end_aquery(struct addr_query *
aquery
, ares_status_t status,
75
struct addr_query *
aquery
;
in ares_gethostbyaddr_int()
local
82
if ((family == AF_INET && addrlen != sizeof(
aquery
->addr.addr.addr4)) ||
in ares_gethostbyaddr_int()
83
(family == AF_INET6 && addrlen != sizeof(
aquery
->addr.addr.addr6))) {
in ares_gethostbyaddr_int()
88
aquery
= ares_malloc(sizeof(struct addr_query));
in ares_gethostbyaddr_int()
89
if (!
aquery
) {
in ares_gethostbyaddr_int()
93
aquery
->lookups = ares_strdup(channel->lookups);
in ares_gethostbyaddr_int()
94
if (
aquery
->lookups == NULL) {
in ares_gethostbyaddr_int()
95
ares_free(
aquery
);
in ares_gethostbyaddr_int()
125
next_lookup(struct addr_query *
aquery
)
next_lookup()
argument
165
struct addr_query *
aquery
= (struct addr_query *)arg;
addr_callback()
local
188
end_
aquery
(struct addr_query *
aquery
, ares_status_t status, struct hostent *host)
end_aquery()
argument
[all...]
Completed in 1 milliseconds