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:may_have_more
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libwebsockets/lib/roles/http/compression/
H
A
D
stream.c
91
wsi->http.comp_ctx.
may_have_more
= 0;
in lws_http_compression_apply()
133
ctx->
may_have_more
= 0;
in lws_http_compression_transform()
192
if (!ctx->
may_have_more
&& ctx->final_on_input_side)
in lws_http_compression_transform()
197
ctx->
may_have_more
, (int)ilen_iused);
in lws_http_compression_transform()
223
if (ctx->buflist_comp || ctx->
may_have_more
)
in lws_http_compression_transform()
H
A
D
private-lib-roles-http-compression.h
57
unsigned int
may_have_more
:1;
member
/third_party/libwebsockets/lib/core-net/
H
A
D
output.c
51
&& !wsi->http.comp_ctx.
may_have_more
in lws_issue_raw()
180
if (wsi->http.comp_ctx.
may_have_more
)
in lws_issue_raw()
H
A
D
service.c
107
wsi->http.comp_ctx.
may_have_more
) {
in lws_handle_POLLOUT_event()
112
wsi->http.comp_ctx.
may_have_more
);
in lws_handle_POLLOUT_event()
H
A
D
close.c
500
wsi->http.comp_ctx.
may_have_more
in __lws_close_free_wsi()
512
wsi->http.comp_ctx.
may_have_more
in __lws_close_free_wsi()
/third_party/libwebsockets/lib/roles/h1/
H
A
D
ops-h1.c
598
wsi->http.comp_ctx.
may_have_more
) {
in rops_handle_POLLIN_h1()
603
wsi->http.comp_ctx.
may_have_more
in rops_handle_POLLIN_h1()
615
!wsi->http.comp_ctx.
may_have_more
&&
in rops_handle_POLLIN_h1()
807
(int)o, (int)*wp, wsi->http.comp_ctx.
may_have_more
);
in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/roles/http/compression/brotli/
H
A
D
brotli.c
82
ctx->
may_have_more
= !a_out;
in lcs_process_brotli()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H
A
D
deflate.c
89
ctx->
may_have_more
= (*olen_oused == olen_oused_in);
in lcs_process_deflate()
/third_party/libwebsockets/lib/plat/optee/
H
A
D
network.c
70
wsi->http.comp_ctx.
may_have_more
in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h2/
H
A
D
ops-h2.c
454
wsi->http.comp_ctx.
may_have_more
);
in rops_write_role_protocol_h2()
997
w->http.comp_ctx.
may_have_more
) {
in rops_perform_user_POLLOUT_h2()
1003
w->http.comp_ctx.
may_have_more
);
in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-sockets.c
53
wsi->http.comp_ctx.
may_have_more
in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-sockets.c
55
wsi->http.comp_ctx.
may_have_more
in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-sockets.c
75
wsi->http.comp_ctx.
may_have_more
in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
server.c
2529
wsi->http.comp_ctx.
may_have_more
in lws_http_transaction_completed()
3061
wsi->http.comp_ctx.
may_have_more
) {
in lws_serve_http_file_fragment()
3066
wsi->http.comp_ctx.
may_have_more
);
in lws_serve_http_file_fragment()
3267
!wsi->http.comp_ctx.
may_have_more
in lws_serve_http_file_fragment()
Completed in 11 milliseconds