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_blocked
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
h2load_quic.cc
637
if (quic.tx.
send_blocked
) {
in write_quic()
643
if (quic.tx.
send_blocked
) {
in write_quic()
804
assert(quic.tx.num_blocked || !quic.tx.
send_blocked
);
in on_send_blocked()
807
quic.tx.
send_blocked
= true;
in on_send_blocked()
822
assert(quic.tx.
send_blocked
);
in send_blocked_packet()
837
quic.tx.
send_blocked
= false;
in send_blocked_packet()
H
A
D
shrpx_http3_upstream.h
175
bool
send_blocked
;
member
178
// blocked field is effective only when
send_blocked
is true.
H
A
D
shrpx_http3_upstream.cc
770
if (tx_.
send_blocked
) {
in on_write()
776
if (tx_.
send_blocked
) {
in on_write()
1889
assert(tx_.num_blocked || !tx_.
send_blocked
);
in on_send_blocked()
1892
tx_.
send_blocked
= true;
in on_send_blocked()
1911
assert(tx_.
send_blocked
);
in send_blocked_packet()
1926
tx_.
send_blocked
= false;
in send_blocked_packet()
H
A
D
h2load.h
350
bool
send_blocked
;
member
/third_party/curl/lib/vquic/
H
A
D
curl_osslq.c
219
BIT(
send_blocked
);
1334
if(stream && stream->s.ssl && stream->s.
send_blocked
&&
in cf_osslq_check_and_unblock()
1337
stream->s.
send_blocked
= FALSE;
in cf_osslq_check_and_unblock()
1415
s->
send_blocked
= blocked = TRUE;
in h3_send_streams()
1426
if(acked_len > 0 || (eos && !s->
send_blocked
)) {
in h3_send_streams()
1447
if(eos && !s->
send_blocked
) {
in h3_send_streams()
Completed in 10 milliseconds