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:count_act_ext
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/
H
A
D
server-ws.c
62
wsi->ws->
count_act_ext
= 0;
in lws_extension_server_handshake()
128
for (m = 0; m < wsi->ws->
count_act_ext
; m++)
in lws_extension_server_handshake()
158
wsi->ws->active_extensions[wsi->ws->
count_act_ext
] = ext;
in lws_extension_server_handshake()
165
wsi->ws->
count_act_ext
],
in lws_extension_server_handshake()
218
wsi->ws->
count_act_ext
],
in lws_extension_server_handshake()
236
wsi->ws->
count_act_ext
++;
in lws_extension_server_handshake()
238
wsi->ws->
count_act_ext
);
in lws_extension_server_handshake()
824
if (!wsi->ws->
count_act_ext
)
in lws_ws_frame_rest_is_payload()
934
if (wsi->ws->
count_act_ext
&& !pmdrx.eb_out.len)
in lws_ws_frame_rest_is_payload()
H
A
D
client-ws.c
512
wsi->ws->active_extensions[wsi->ws->
count_act_ext
] = ext;
in lws_client_ws_upgrade()
519
wsi->ws->
count_act_ext
],
in lws_client_ws_upgrade()
543
wsi->ws->
count_act_ext
],
in lws_client_ws_upgrade()
557
wsi->ws->
count_act_ext
],
in lws_client_ws_upgrade()
566
wsi->ws->act_ext_user[wsi->ws->
count_act_ext
],
in lws_client_ws_upgrade()
574
wsi->ws->
count_act_ext
++;
in lws_client_ws_upgrade()
H
A
D
private-lib-roles-ws.h
152
uint8_t
count_act_ext
;
member
H
A
D
client-parser-ws.c
132
!wsi->ws->
count_act_ext
&&
in lws_ws_client_rx_sm()
H
A
D
ops-ws.c
230
!wsi->ws->
count_act_ext
||
in lws_ws_rx_sm()
935
return lwsi_role_ws(wsi) && !!wsi->ws->
count_act_ext
;
in lws_is_ws_with_ext()
/third_party/libwebsockets/lib/roles/ws/ext/
H
A
D
extension.c
198
for (n = 0; n < wsi->ws->
count_act_ext
; n++) {
in lws_ext_cb_active()
343
for (n = 0; n < wsi->ws->
count_act_ext
&& !handled; n++) {
in lws_any_extension_handled()
366
while (idx < wsi->ws->
count_act_ext
&&
in lws_set_extension_option()
370
if (idx == wsi->ws->
count_act_ext
)
in lws_set_extension_option()
Completed in 6 milliseconds