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:queries_by_qid
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares_destroy.c
67
assert(ares__htable_szvp_num_keys(channel->
queries_by_qid
) == 0);
in ares_destroy()
94
ares__htable_szvp_destroy(channel->
queries_by_qid
);
in ares_destroy()
H
A
D
ares_send.c
46
} while (ares__htable_szvp_get(channel->
queries_by_qid
, id, NULL));
in generate_unique_qid()
138
if (!ares__htable_szvp_insert(channel->
queries_by_qid
, query->qid, query)) {
in ares_send_ex()
H
A
D
ares_init.c
341
channel->
queries_by_qid
= ares__htable_szvp_create(NULL);
in ares_init_options()
342
if (channel->
queries_by_qid
== NULL) {
in ares_init_options()
H
A
D
ares_process.c
640
query = ares__htable_szvp_get_direct(channel->
queries_by_qid
,
in process_answer()
1117
ares__htable_szvp_remove(query->channel->
queries_by_qid
, query->qid);
in ares_detach_query()
H
A
D
ares_private.h
281
ares__htable_szvp_t *
queries_by_qid
;
member
H
A
D
ares_getaddrinfo.c
473
query = ares__htable_szvp_get_direct(channel->
queries_by_qid
, term_qid);
in terminate_retries()
Completed in 5 milliseconds