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
defs:recv_buf
(Results
1 - 9
of
9
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H
A
D
ylong_runtime_tcp_server_perf.rs
31
let mut
recv_buf
= [0_u8; 1024];
in main()
variables
H
A
D
ylong_runtime_tcp_client_perf.rs
30
let mut
recv_buf
= [1_u8; 1024];
in main()
variables
H
A
D
ylong_tokio_tcp_perf.rs
34
let mut
recv_buf
= [0_u8; 12];
in ylong_create_client()
variables
68
let mut
recv_buf
= [0_u8; 12];
in tokio_create_client()
variables
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H
A
D
udp_socket_test.rs
66
let mut
recv_buf
= [0_u8; 12];
in sdv_send_recv()
variables
113
let mut
recv_buf
= [0_u8; 12];
in sdv_send_to_recv_from()
variables
H
A
D
uds_test.rs
160
let mut
recv_buf
= [0_u8; 12];
in sdv_uds_send_recv()
variables
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H
A
D
ylong_tokio_udp.rs
108
let mut
recv_buf
= [0_u8; 12];
in ylong_udp_send_recv()
variables
149
let mut
recv_buf
= [0_u8; 12];
in tokio_udp_send_recv()
variables
192
let mut
recv_buf
= [0_u8; 12];
in ylong_udp_send_to_recv_from()
variables
232
let mut
recv_buf
in tokio_udp_send_to_recv_from()
variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H
A
D
tcp_test.rs
209
let mut
recv_buf
= [0_u8; 12];
in sdv_tcp_global_runtime()
variables
H
A
D
udp_test.rs
52
let mut
recv_buf
= [0_u8; 12];
in sdv_udp_send_recv()
variables
81
let mut
recv_buf
= [0_u8; 12];
in sdv_udp_send_to_recv_from()
variables
124
let mut
recv_buf
= [0_u8; 12];
in sdv_udp_recv()
variables
162
let mut
recv_buf
in sdv_udp_try_recv_from()
variables
219
let mut
recv_buf
= [0_u8; 12];
sdv_udp_try_recv()
variables
257
let mut
recv_buf
= [0_u8; 12];
sdv_udp_block_on_try_recv()
variables
293
let mut
recv_buf
= [0_u8; 12];
sdv_udp_send_recv_poll()
variables
397
let mut
recv_buf
= [0_u8; 12];
sdv_udp_send_to_recv_from_poll()
variables
430
let mut
recv_buf
= [0_u8; 12];
sdv_udp_send_to_peek_from_poll()
variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H
A
D
udp.rs
1609
let mut
recv_buf
= [0_u8; 12];
ut_send_recv_poll()
variables
1641
let mut
recv_buf
= [0_u8; 12];
ut_send_to_recv_from_poll()
variables
1813
let mut
recv_buf
= [0_u8; 12];
ut_send_to_peek_from_poll()
variables
[all...]
Completed in 6 milliseconds