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:promised_stream
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
HttpServer.cc
1038
auto
promised_stream
= std::make_unique<Stream>(this, promised_stream_id);
in submit_push_promise()
local
1040
auto &promised_header =
promised_stream
->header;
in submit_push_promise()
1045
make_string_ref(
promised_stream
->balloc, authority);
in submit_push_promise()
1047
add_stream(promised_stream_id, std::move(
promised_stream
));
in submit_push_promise()
1624
auto
promised_stream
= hd->get_stream(promised_stream_id);
in hd_on_frame_send_callback()
local
1627
if (!stream || !
promised_stream
) {
in hd_on_frame_send_callback()
1634
prepare_response(
promised_stream
, hd, /*allow_push */ false);
in hd_on_frame_send_callback()
/third_party/nghttp2/lib/
H
A
D
nghttp2_session.c
4972
nghttp2_stream *
promised_stream
;
in nghttp2_session_on_push_promise_received()
local
5035
promised_stream
= nghttp2_session_open_stream(
in nghttp2_session_on_push_promise_received()
5039
if (!
promised_stream
) {
in nghttp2_session_on_push_promise_received()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_session.c
4967
nghttp2_stream *
promised_stream
;
in nghttp2_session_on_push_promise_received()
local
5030
promised_stream
= nghttp2_session_open_stream(
in nghttp2_session_on_push_promise_received()
5034
if (!
promised_stream
) {
in nghttp2_session_on_push_promise_received()
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
3992
nghttp2_stream *stream, *
promised_stream
;
in test_nghttp2_session_on_push_promise_received()
local
4020
promised_stream
= nghttp2_session_get_stream(session, 2);
in test_nghttp2_session_on_push_promise_received()
4021
CU_ASSERT(NGHTTP2_STREAM_RESERVED ==
promised_stream
->state);
in test_nghttp2_session_on_push_promise_received()
Completed in 34 milliseconds