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:async_dns
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/system/async-dns/
H
A
D
async-dns.c
79
context->
async_dns
.dns_server_set = 0;
in lws_async_dns_drop_server()
80
lws_set_timeout(context->
async_dns
.wsi, 1, LWS_TO_KILL_ASYNC);
in lws_async_dns_drop_server()
81
context->
async_dns
.wsi = NULL;
in lws_async_dns_drop_server()
82
context->
async_dns
.dns_server_connected = 0;
in lws_async_dns_drop_server()
289
struct lws_async_dns *dns = &(lws_get_context(wsi)->
async_dns
);
in callback_async_dns()
336
lws_async_dns_t *dns = &context->
async_dns
;
in lws_async_dns_init()
380
context->
async_dns
.wsi->udp->sa46 = dns->sa46;
in lws_async_dns_init()
590
lws_async_dns_t *dns = &wsi->a.context->
async_dns
;
in lws_async_dns_cancel()
614
lws_async_dns_t *dns = &context->
async_dns
;
in lws_async_dns_get_new_tid()
652
lws_async_dns_t *dns = &context->
async_dns
;
in lws_async_dns_query()
[all...]
/third_party/libwebsockets/lib/core-net/
H
A
D
adopt.c
764
if (wsi->a.context->
async_dns
.wsi == wsi)
in lws_create_adopt_udp2()
765
wsi->a.context->
async_dns
.dns_server_connected = 1;
in lws_create_adopt_udp2()
781
if (wsi->a.context->
async_dns
.wsi == wsi)
in lws_create_adopt_udp2()
H
A
D
close.c
386
if (wsi == context->
async_dns
.wsi)
in __lws_close_free_wsi()
387
context->
async_dns
.wsi = NULL;
in __lws_close_free_wsi()
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
540
lws_async_dns_t
async_dns
;
member
H
A
D
context.c
2159
lws_async_dns_deinit(&context->
async_dns
);
in lws_context_destroy()
Completed in 9 milliseconds