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:TcpHandle
(Results
1 - 9
of
9
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H
A
D
sdv_async_http_client_error.rs
96
use tcp_server::{format_header_str,
TcpHandle
};
in sdv_err_req_timeout()
173
use tcp_server::{format_header_str,
TcpHandle
};
in sdv_err_redirect_wrong_location()
238
use tcp_server::{format_header_str,
TcpHandle
};
in sdv_err_response_with_wrong_body_length()
H
A
D
sdv_async_custom_dns_resolver.rs
21
use crate::tcp_server::{format_header_str,
TcpHandle
};
H
A
D
sdv_sync_http_on_tcp.rs
21
use crate::tcp_server::{format_header_str,
TcpHandle
};
H
A
D
sdv_async_http_proxy.rs
21
use crate::tcp_server::{format_header_str,
TcpHandle
};
H
A
D
sdv_async_http_body_io.rs
34
use tcp_server::{format_header_str,
TcpHandle
};
in sdv_body_chunk_and_trailer()
H
A
D
sdv_async_http_on_tcp.rs
19
use crate::tcp_server::{format_header_str,
TcpHandle
};
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H
A
D
test_utils.rs
18
pub(crate) struct
TcpHandle
{
84
let handle =
TcpHandle
{
88
tx2.send(handle).expect("send
TcpHandle
out coroutine failed !");
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H
A
D
mod.rs
22
pub struct
TcpHandle
{
structure names
78
let handle =
TcpHandle
{
82
rx2.send(handle).expect("send
TcpHandle
out coroutine failed !");
242
let handle =
TcpHandle
{
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H
A
D
mod.rs
538
use crate::util::test_utils::{format_header_str,
TcpHandle
};
Completed in 4 milliseconds