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_closed
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/lib/vquic/
H
A
D
curl_quiche.c
148
bool
send_closed
; /* stream is locally closed */
member
212
if(!stream->
send_closed
) {
in h3_data_done()
215
stream->
send_closed
= TRUE;
in h3_data_done()
234
if(stream && !stream->
send_closed
&& stream->upload_left)
in drain_stream()
392
stream->
send_closed
= TRUE;
in cf_recv_body()
458
stream->
send_closed
= TRUE;
in h3_process_event()
910
stream->
send_closed
= TRUE;
in h3_open_stream()
913
stream->
send_closed
);
in h3_open_stream()
1044
stream->
send_closed
= TRUE;
in cf_quiche_send()
1148
if(stream && !stream->
send_closed
) {
in cf_quiche_data_event()
[all...]
H
A
D
curl_ngtcp2.c
159
bool
send_closed
; /* stream is local closed */
member
258
if(stream && stream->upload_left && !stream->
send_closed
)
in h3_drain_stream()
788
stream->
send_closed
= TRUE;
in cb_h3_stream_close()
1277
stream->
send_closed
= TRUE;
in cb_h3_read_req_body()
1387
stream->
send_closed
= (stream->upload_left == 0);
in h3_stream_open()
1388
if(!stream->
send_closed
) {
in h3_stream_open()
1903
if(stream && !stream->
send_closed
) {
in cf_ngtcp2_data_event()
1904
stream->
send_closed
= TRUE;
in cf_ngtcp2_data_event()
H
A
D
curl_osslq.c
494
bool
send_closed
; /* stream is local closed */
member
604
if(stream && stream->upload_left && !stream->
send_closed
)
in h3_drain_stream()
642
stream->
send_closed
= TRUE;
in cb_h3_stream_close()
909
stream->
send_closed
= TRUE;
in cb_h3_read_req_body()
1728
stream->
send_closed
= (stream->upload_left == 0);
in h3_stream_open()
1729
if(!stream->
send_closed
) {
in h3_stream_open()
2023
if(stream && !stream->
send_closed
) {
in cf_osslq_data_event()
2024
stream->
send_closed
= TRUE;
in cf_osslq_data_event()
/third_party/curl/lib/
H
A
D
http2.c
197
bool
send_closed
; /* transfer is done sending, we might have still
member
219
if(!stream->
send_closed
&&
in drain_stream()
305
stream->
send_closed
= TRUE;
in http2_data_done()
1081
stream->
send_closed
= TRUE;
in on_stream_frame()
1349
stream->
send_closed
= TRUE;
in on_stream_close()
1672
if(!stream->
send_closed
) {
in http2_data_done_send()
1673
stream->
send_closed
= TRUE;
in http2_data_done_send()
Completed in 11 milliseconds