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:SendWindow
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H
A
D
settings.rs
19
use crate::util::h2::buffer::
SendWindow
;
23
send_window:
SendWindow
,
30
send_window:
SendWindow
::new(conn_send_window as i32),
H
A
D
mod.rs
20
//! receiving window. -[`
SendWindow
`] is the structure of the client request
27
pub(crate) use window::{RecvWindow,
SendWindow
};
H
A
D
window.rs
18
pub(crate) struct
SendWindow
{
25
impl
SendWindow
{
impls
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H
A
D
streams.rs
25
use crate::util::h2::buffer::{FlowControl, RecvWindow,
SendWindow
};
119
pub(crate) send_window:
SendWindow
,
311
let send_window =
SendWindow
::new(self.stream_send_window_size as i32);
758
send_window:
SendWindow
,
Completed in 2 milliseconds