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_size
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/tests/http/clients/
H
A
D
h2-download.c
90
curl_off_t
recv_size
;
member
118
t->
recv_size
< t->pause_at &&
in my_write_cb()
119
((t->
recv_size
+ (curl_off_t)(nitems * buflen)) >= t->pause_at)) {
in my_write_cb()
138
t->
recv_size
+= (curl_off_t)nwritten;
in my_write_cb()
/third_party/node/src/
H
A
D
node_report_utils.cc
221
int
recv_size
= 0;
in WalkHandle()
local
223
uv_recv_buffer_size(h, &
recv_size
);
in WalkHandle()
225
writer->json_keyvalue("recvBufferSize",
recv_size
);
in WalkHandle()
/third_party/nghttp2/lib/
H
A
D
nghttp2_session.c
5540
int32_t
recv_size
;
in session_update_consumed_size()
local
5554
recv_size
= nghttp2_min(*consumed_size_ptr, *recv_window_size_ptr);
in session_update_consumed_size()
5556
if (nghttp2_should_send_window_update(local_window_size,
recv_size
)) {
in session_update_consumed_size()
5558
stream_id,
recv_size
);
in session_update_consumed_size()
5564
*recv_window_size_ptr -=
recv_size
;
in session_update_consumed_size()
5565
*consumed_size_ptr -=
recv_size
;
in session_update_consumed_size()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_session.c
5535
int32_t
recv_size
;
in session_update_consumed_size()
local
5549
recv_size
= nghttp2_min(*consumed_size_ptr, *recv_window_size_ptr);
in session_update_consumed_size()
5551
if (nghttp2_should_send_window_update(local_window_size,
recv_size
)) {
in session_update_consumed_size()
5553
stream_id,
recv_size
);
in session_update_consumed_size()
5559
*recv_window_size_ptr -=
recv_size
;
in session_update_consumed_size()
5560
*consumed_size_ptr -=
recv_size
;
in session_update_consumed_size()
Completed in 18 milliseconds