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:active_extensions
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/ext/
H
A
D
extension.c
199
m = wsi->ws->
active_extensions
[n]->callback(
in lws_ext_cb_active()
200
lws_get_context(wsi), wsi->ws->
active_extensions
[n],
in lws_ext_cb_active()
204
wsi->ws->
active_extensions
[n]->name, reason);
in lws_ext_cb_active()
233
wsi->ws->
active_extensions
[n]->name, reason);
in lws_ext_cb_all_exts()
344
if (!wsi->ws->
active_extensions
[n]->callback)
in lws_any_extension_handled()
347
handled |= wsi->ws->
active_extensions
[n]->callback(context,
in lws_any_extension_handled()
348
wsi->ws->
active_extensions
[n], wsi,
in lws_any_extension_handled()
367
strcmp(wsi->ws->
active_extensions
[idx]->name, ext_name))
in lws_set_extension_option()
378
return wsi->ws->
active_extensions
[idx]->callback(wsi->a.context,
in lws_set_extension_option()
379
wsi->ws->
active_extensions
[id
in lws_set_extension_option()
[all...]
/third_party/libwebsockets/lib/roles/ws/
H
A
D
private-lib-roles-ws.h
95
const struct lws_extension *
active_extensions
[LWS_MAX_EXTENSIONS_ACTIVE];
member
H
A
D
server-ws.c
129
if (wsi->ws->
active_extensions
[m] == ext) {
in lws_extension_server_handshake()
158
wsi->ws->
active_extensions
[wsi->ws->count_act_ext] = ext;
in lws_extension_server_handshake()
H
A
D
client-ws.c
512
wsi->ws->
active_extensions
[wsi->ws->count_act_ext] = ext;
in lws_client_ws_upgrade()
Completed in 4 milliseconds