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:peer_tx_cr_est
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams-client.c
411
lws_ser_wu32be(&s[8], (uint32_t)h->txc.
peer_tx_cr_est
);
in callback_sspc_client()
673
h->txc.
peer_tx_cr_est
= 500000000;
in lws_sspc_create()
675
h->txc.
peer_tx_cr_est
= ssi->manual_initial_tx_credit;
in lws_sspc_create()
976
h->txc.
peer_tx_cr_est
+= tx_cr_adjust;
in _lws_sspc_set_metadata()
1049
return h->txc.
peer_tx_cr_est
;
in lws_sspc_get_est_peer_tx_credit()
H
A
D
secure-streams-serialize.c
760
h->txc.
peer_tx_cr_est
-= n;
in lws_ss_deserialize_parse()
923
txc.
peer_tx_cr_est
);
in lws_ss_deserialize_parse()
/third_party/libwebsockets/lib/roles/h2/
H
A
D
http2.c
168
(int)wsi->txc.
peer_tx_cr_est
+ bump);
in lws_h2_update_peer_txcredit()
176
wsi->txc.
peer_tx_cr_est
+= bump;
in lws_h2_update_peer_txcredit()
188
nwsi->txc.
peer_tx_cr_est
+= bump;
in lws_h2_update_peer_txcredit()
201
return (int)wsi->txc.
peer_tx_cr_est
;
in lws_h2_get_peer_txcredit_estimate()
207
if (wsi->txc.
peer_tx_cr_est
> threshold)
in lws_h2_update_peer_txcredit_thresh()
285
wsi->txc.
peer_tx_cr_est
=
in __lws_wsi_server_new()
359
wsi->txc.
peer_tx_cr_est
= (int32_t)
in lws_wsi_h2_adopt()
2241
h2n->swsi->txc.
peer_tx_cr_est
-= n;
2242
wsi->txc.
peer_tx_cr_est
-= n;
2329
h2n->swsi->txc.
peer_tx_cr_est
[all...]
H
A
D
ops-h2.c
633
n = wsi->txc.
peer_tx_cr_est
;
in rops_tx_credit_h2()
634
if (n > nwsi->txc.
peer_tx_cr_est
)
in rops_tx_credit_h2()
635
n = nwsi->txc.
peer_tx_cr_est
;
in rops_tx_credit_h2()
/third_party/libwebsockets/lib/core/
H
A
D
private-lib-core.h
228
int32_t
peer_tx_cr_est
; /* peer's credit to write us */
member
/third_party/libwebsockets/lib/core-net/
H
A
D
wsi.c
1591
(int)txc->
peer_tx_cr_est
, (int)txc->tx_cr);
in lws_wsi_txc_describe()
Completed in 10 milliseconds