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:MAX_PAYLOAD_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
librist.c
40
#define
MAX_PAYLOAD_SIZE
(10000-28)
macro
73
{ "pkt_size", "set packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, {.i64=1316}, 1,
MAX_PAYLOAD_SIZE
, .flags = D|E },
146
h->max_packet_size =
MAX_PAYLOAD_SIZE
;
in librist_open()
214
if (data_block->payload_len >
MAX_PAYLOAD_SIZE
) {
in librist_read()
H
A
D
mpegenc.c
39
#define
MAX_PAYLOAD_SIZE
4096
macro
/third_party/curl/lib/
H
A
D
smb.c
312
#define
MAX_PAYLOAD_SIZE
0x8000
macro
313
#define MAX_MESSAGE_SIZE (
MAX_PAYLOAD_SIZE
+ 0x1000)
770
msg.min_bytes = smb_swap16(
MAX_PAYLOAD_SIZE
);
in smb_send_read()
771
msg.max_bytes = smb_swap16(
MAX_PAYLOAD_SIZE
);
in smb_send_read()
787
if(upload_size >=
MAX_PAYLOAD_SIZE
- 1) /* There is one byte of padding */
in smb_send_write()
788
upload_size =
MAX_PAYLOAD_SIZE
- 1;
in smb_send_write()
1051
next_state = (len <
MAX_PAYLOAD_SIZE
) ? SMB_CLOSE : SMB_DOWNLOAD;
in smb_request_state()
Completed in 5 milliseconds