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:RECV_BUF_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H
A
D
common_inner.h
39
RECV_BUF_SIZE
,
enumerator
H
A
D
vtp_stream_socket.h
94
{ SEND_BUF_SIZE, FT_CONF_SEND_BUFFER_SIZE }, {
RECV_BUF_SIZE
, FT_CONF_RECV_BUFFER_SIZE },
H
A
D
vtp_stream_socket.cpp
160
InsertElementToFuncMap(
RECV_BUF_SIZE
, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig,
in VtpStreamSocket()
1221
if (!SetOption(
RECV_BUF_SIZE
, StreamAttr(static_cast<int>(DEFAULT_UDP_BUFFER_RCV_SIZE)))) {
in SetDefaultConfig()
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_tcp_socket.c
27
#define
RECV_BUF_SIZE
(6 * M_BYTES) // 6M
macro
126
for (int size =
RECV_BUF_SIZE
; size > 0; size -= M_BYTES) {
in SetRecvBuf()
H
A
D
softbus_socket.c
34
#define
RECV_BUF_SIZE
0x100000 // 1M
macro
Completed in 5 milliseconds