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:wsi2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/core-net/
H
A
D
wsi.c
1418
struct lws *
wsi2
;
in lws_wsi_mux_close_children()
local
1428
wsi2
= (*w)->mux.sibling_list;
in lws_wsi_mux_close_children()
1429
assert (
wsi2
!= *w);
in lws_wsi_mux_close_children()
1433
*w =
wsi2
;
in lws_wsi_mux_close_children()
1441
struct lws *
wsi2
;
in lws_wsi_mux_sibling_disconnect()
local
1448
wsi2
= (*w)->mux.sibling_list;
in lws_wsi_mux_sibling_disconnect()
1450
*w =
wsi2
;
in lws_wsi_mux_sibling_disconnect()
1452
lws_wsi_tag(
wsi2
));
in lws_wsi_mux_sibling_disconnect()
1484
struct lws /* *network_wsi = lws_get_network_wsi(wsi), */ *
wsi2
;
in lws_wsi_mux_mark_parents_needing_writeable()
local
1489
wsi2
in lws_wsi_mux_mark_parents_needing_writeable()
1501
lws_wsi_mux_move_child_to_tail(struct lws **
wsi2
)
lws_wsi_mux_move_child_to_tail()
argument
[all...]
H
A
D
close.c
352
struct lws *wsi1, *
wsi2
;
in __lws_close_free_wsi()
local
407
wsi2
= wsi->child_list;
in __lws_close_free_wsi()
408
while (
wsi2
) {
in __lws_close_free_wsi()
409
wsi1 =
wsi2
->sibling_list;
in __lws_close_free_wsi()
410
//
wsi2
->parent = NULL;
in __lws_close_free_wsi()
412
wsi2
->socket_is_permanently_unusable = 1;
in __lws_close_free_wsi()
413
__lws_close_free_wsi(
wsi2
, reason,
in __lws_close_free_wsi()
415
wsi2
= wsi1;
in __lws_close_free_wsi()
H
A
D
private-lib-core-net.h
556
lws_wsi_mux_move_child_to_tail(struct lws **
wsi2
);
/third_party/libwebsockets/lib/roles/mqtt/
H
A
D
ops-mqtt.c
278
struct lws **
wsi2
;
in rops_handle_POLLOUT_mqtt()
local
344
wsi2
= &wsi->mux.child_list;
in rops_handle_POLLOUT_mqtt()
345
if (!*
wsi2
) {
in rops_handle_POLLOUT_mqtt()
358
wa = &(*
wsi2
)->mux.sibling_list;
in rops_handle_POLLOUT_mqtt()
359
if (!(*
wsi2
)->mux.requested_POLLOUT)
in rops_handle_POLLOUT_mqtt()
370
if (wsi->mqtt->inside_payload && !(*
wsi2
)->mqtt->inside_payload)
in rops_handle_POLLOUT_mqtt()
377
w = lws_wsi_mux_move_child_to_tail(
wsi2
);
in rops_handle_POLLOUT_mqtt()
419
wsi2
= wa;
in rops_handle_POLLOUT_mqtt()
420
} while (
wsi2
&& *
wsi2
in rops_handle_POLLOUT_mqtt()
[all...]
/third_party/libwebsockets/lib/roles/h2/
H
A
D
ops-h2.c
932
struct lws **
wsi2
;
in rops_perform_user_POLLOUT_h2()
local
948
wsi2
= &wsi->mux.child_list;
in rops_perform_user_POLLOUT_h2()
949
if (!*
wsi2
)
in rops_perform_user_POLLOUT_h2()
955
wa = &(*
wsi2
)->mux.sibling_list;
in rops_perform_user_POLLOUT_h2()
956
if (!(*
wsi2
)->mux.requested_POLLOUT)
in rops_perform_user_POLLOUT_h2()
964
lwsl_debug("servicing child %s\n", lws_wsi_tag(*
wsi2
));
in rops_perform_user_POLLOUT_h2()
966
w = lws_wsi_mux_move_child_to_tail(
wsi2
);
in rops_perform_user_POLLOUT_h2()
1258
wsi2
= wa;
in rops_perform_user_POLLOUT_h2()
1259
} while (
wsi2
&& *
wsi2
in rops_perform_user_POLLOUT_h2()
[all...]
Completed in 9 milliseconds