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:c_exhaust
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/lib/
H
A
D
cf-h2-proxy.c
1182
bool
c_exhaust
, s_exhaust;
in cf_h2_proxy_adjust_pollset()
local
1185
c_exhaust
= !nghttp2_session_get_remote_window_size(ctx->h2);
in cf_h2_proxy_adjust_pollset()
1189
want_recv = (want_recv ||
c_exhaust
|| s_exhaust);
in cf_h2_proxy_adjust_pollset()
1191
(!
c_exhaust
&& nghttp2_session_want_write(ctx->h2));
in cf_h2_proxy_adjust_pollset()
H
A
D
http2.c
2341
bool
c_exhaust
, s_exhaust;
in cf_h2_adjust_pollset()
local
2344
c_exhaust
= want_send && !nghttp2_session_get_remote_window_size(ctx->h2);
in cf_h2_adjust_pollset()
2348
want_recv = (want_recv ||
c_exhaust
|| s_exhaust);
in cf_h2_adjust_pollset()
2350
(!
c_exhaust
&& nghttp2_session_want_write(ctx->h2));
in cf_h2_adjust_pollset()
/third_party/curl/lib/vquic/
H
A
D
curl_ngtcp2.c
754
bool
c_exhaust
, s_exhaust;
in cf_ngtcp2_adjust_pollset()
local
757
c_exhaust
= want_send && (!ngtcp2_conn_get_cwnd_left(ctx->qconn) ||
in cf_ngtcp2_adjust_pollset()
761
want_recv = (want_recv ||
c_exhaust
|| s_exhaust);
in cf_ngtcp2_adjust_pollset()
H
A
D
curl_quiche.c
1087
bool
c_exhaust
, s_exhaust;
in cf_quiche_adjust_pollset()
local
1089
c_exhaust
= FALSE; /* Have not found any call in quiche that tells
in cf_quiche_adjust_pollset()
1093
want_recv = (want_recv ||
c_exhaust
|| s_exhaust);
in cf_quiche_adjust_pollset()
Completed in 11 milliseconds