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:firstcache
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libwebsockets/lib/system/async-dns/
H
A
D
async-dns-parse.c
409
if (q->
firstcache
)
in lws_adns_iterate()
410
lws_adns_cache_destroy(q->
firstcache
);
in lws_adns_iterate()
411
q->
firstcache
= NULL;
in lws_adns_iterate()
646
if (q->
firstcache
)
in lws_adns_parse_udp()
647
q->
firstcache
->results = c->results;
in lws_adns_parse_udp()
654
if (q->
firstcache
) { /* also need to free chain when we free this guy */
in lws_adns_parse_udp()
655
q->
firstcache
->chain = c;
in lws_adns_parse_udp()
656
c->
firstcache
= q->
firstcache
;
in lws_adns_parse_udp()
659
q->
firstcache
in lws_adns_parse_udp()
[all...]
H
A
D
private-lib-async-dns.h
42
struct lws_adns_cache *
firstcache
;
member
70
lws_adns_cache_t *
firstcache
;
member
H
A
D
async-dns.c
276
if (q->
firstcache
) {
in lws_async_dns_writeable()
277
lwsl_wsi_debug(wsi, "destroy
firstcache
");
in lws_async_dns_writeable()
278
lws_adns_cache_destroy(q->
firstcache
);
in lws_async_dns_writeable()
279
q->
firstcache
= NULL;
in lws_async_dns_writeable()
504
* packet's results, doesn't get us to the
firstcache
pointer.
in lws_async_dns_freeaddrinfo()
506
* Adjust c to the
firstcache
in this case.
in lws_async_dns_freeaddrinfo()
510
if (c->
firstcache
)
in lws_async_dns_freeaddrinfo()
511
c = c->
firstcache
;
in lws_async_dns_freeaddrinfo()
Completed in 3 milliseconds