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:qcache
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares_qcache.c
310
static ares_status_t ares__qcache_insert(ares__qcache_t *
qcache
,
in ares__qcache_insert()
argument
320
if (
qcache
== NULL || dnsrec == NULL) {
in ares__qcache_insert()
346
if (ttl >
qcache
->max_ttl) {
in ares__qcache_insert()
347
ttl =
qcache
->max_ttl;
in ares__qcache_insert()
368
if (!ares__htable_strvp_insert(
qcache
->cache, entry->key, entry)) {
in ares__qcache_insert()
372
if (ares__slist_insert(
qcache
->expire, entry) == NULL) {
in ares__qcache_insert()
380
ares__htable_strvp_remove(
qcache
->cache, entry->key);
in ares__qcache_insert()
387
static ares_status_t ares__qcache_fetch(ares__qcache_t *
qcache
,
in ares__qcache_fetch()
argument
396
if (
qcache
== NULL || dnsrec == NULL) {
in ares__qcache_fetch()
400
ares__qcache_expire(
qcache
, no
in ares__qcache_fetch()
[all...]
H
A
D
ares_init.c
375
&channel->
qcache
);
in ares_init_options()
435
if (channel->
qcache
) {
in ares_reinit()
436
ares__qcache_flush(channel->
qcache
);
in ares_reinit()
H
A
D
ares_destroy.c
105
ares__qcache_destroy(channel->
qcache
);
in ares_destroy()
H
A
D
ares_private.h
317
ares__qcache_t *
qcache
;
member
H
A
D
ares_update_servers.c
761
ares__qcache_flush(channel->
qcache
);
in ares__servers_update()
Completed in 5 milliseconds