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:reuse
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H
A
D
mod.rs
404
/// The
reuse
trait of request body.
407
fn
reuse
<'a>(
in reuse()
functions
415
fn
reuse
<'a>(
in reuse()
functions
428
fn
reuse
<'a>(
in reuse()
functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H
A
D
request.rs
344
pub(crate) async fn
reuse
(&mut self) -> std::io::Result<()> {
351
BodyKind::Stream(ref mut stream) => stream.
reuse
().await,
352
BodyKind::Multipart(ref mut multipart) => multipart.
reuse
().await,
H
A
D
client.rs
166
if retries > 0 && request.ref_mut().body_mut().
reuse
().await.is_ok() {
242
.
reuse
()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H
A
D
mod.rs
169
fn
reuse
<'a>(
in reuse()
functions
176
self.reader.
reuse
()
in reuse()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H
A
D
simple.rs
14
// TODO:
reuse
mime later.
185
let res = states.
reuse
().await;
190
states.
reuse
().await?;
251
fn
reuse
<'a>(
in reuse()
functions
425
async fn
reuse
(&mut self) -> std::io::Result<()> {
431
stream.
reuse
().await?;
Completed in 6 milliseconds