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:send_size
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/src/
H
A
D
node_report_utils.cc
220
int
send_size
= 0;
in WalkHandle()
local
222
uv_send_buffer_size(h, &
send_size
);
in WalkHandle()
224
writer->json_keyvalue("sendBufferSize",
send_size
);
in WalkHandle()
/third_party/curl/lib/
H
A
D
smb.h
46
size_t
send_size
;
member
H
A
D
smb.c
577
smbc->
send_size
= len;
in smb_send()
591
ssize_t len = smbc->
send_size
- smbc->sent;
in smb_flush()
594
if(!smbc->
send_size
)
in smb_flush()
606
smbc->
send_size
= 0;
in smb_flush()
814
if(!smbc->
send_size
&& smbc->upload_size) {
in smb_send_and_recv()
825
smbc->
send_size
= nread;
in smb_send_and_recv()
830
if(smbc->
send_size
) {
in smb_send_and_recv()
837
if(smbc->
send_size
|| smbc->upload_size)
in smb_send_and_recv()
/third_party/backends/backend/
H
A
D
avision.c
5343
size_t
send_size
= elements_per_line * 2;
in set_calib_data()
local
5345
DBG (3, "set_calib_data:
send_size
: %zu\n",
send_size
);
in set_calib_data()
5351
set_triple (scmd.transferlen,
send_size
);
in set_calib_data()
5354
(char*) white_data,
send_size
, 0, 0);
in set_calib_data()
Completed in 13 milliseconds