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:ares__llist_len
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares__htable.c
243
if (
ares__llist_len
(htable->buckets[i]) == 1) {
in ares__htable_expand()
262
if (buckets[idx] == NULL &&
ares__llist_len
(htable->buckets[i]) == 1) {
in ares__htable_expand()
359
if (
ares__llist_len
(htable->buckets[idx]) > 1) {
in ares__htable_insert()
399
if (
ares__llist_len
(ares__llist_node_parent(node)) > 1) {
in ares__htable_remove()
H
A
D
ares_cancel.c
46
if (
ares__llist_len
(channel->all_queries) > 0) {
in ares_cancel()
H
A
D
ares_fds.c
46
active_queries =
ares__llist_len
(channel->all_queries);
in ares_fds()
H
A
D
ares__llist.h
151
size_t
ares__llist_len
(const ares__llist_t *list);
H
A
D
ares_getsock.c
49
active_queries =
ares__llist_len
(channel->all_queries);
in ares_getsock()
H
A
D
ares_strsplit.c
102
cnt =
ares__llist_len
(llist);
in ares__strsplit()
H
A
D
ares__close_sockets.c
91
if (
ares__llist_len
(conn->queries_to_conn)) {
in ares__check_cleanup_conn()
H
A
D
ares_destroy.c
66
assert(
ares__llist_len
(channel->all_queries) == 0);
in ares_destroy()
H
A
D
ares__hosts_file.c
400
num_hostnames =
ares__llist_len
(entry->hosts);
in ares__hosts_file_add()
505
if (
ares__llist_len
(entry->hosts) == 0) {
in ares__parse_hosts_hostnames()
535
if (
ares__llist_len
(entry->hosts) == 0) {
in ares__parse_hosts_hostnames()
936
naliases =
ares__llist_len
(entry->hosts) - 1;
in ares__hosts_entry_to_hostent()
H
A
D
ares_send.c
177
len =
ares__llist_len
(channel->all_queries);
in ares_queue_active_queries()
H
A
D
ares__threads.c
571
while (
ares__llist_len
(channel->all_queries)) {
in ares_queue_wait_empty()
601
if (
ares__llist_len
(channel->all_queries)) {
in ares_queue_notify_empty()
H
A
D
ares__llist.c
222
size_t
ares__llist_len
(const ares__llist_t *list)
in ares__llist_len()
function
Completed in 6 milliseconds