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:http_extpri
(Results
1 - 9
of
9
) sorted by relevance
/third_party/nghttp2/lib/
H
A
D
nghttp2_stream.h
236
/*
http_extpri
is a stream priority received in HTTP request header
238
uint8_t
http_extpri
;
member
H
A
D
nghttp2_http.c
212
nghttp2_extpri_from_uint8(&extpri, stream->
http_extpri
);
in http_request_on_header()
215
stream->
http_extpri
= nghttp2_extpri_to_uint8(&extpri);
in http_request_on_header()
H
A
D
nghttp2_stream.c
104
stream->extpri = stream->
http_extpri
= NGHTTP2_EXTPRI_DEFAULT_URGENCY;
in nghttp2_stream_init()
H
A
D
nghttp2_session.c
4039
rv = session_update_stream_priority(session, stream, stream->
http_extpri
);
in session_end_stream_headers_received()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_stream.h
236
/*
http_extpri
is a stream priority received in HTTP request header
238
uint8_t
http_extpri
;
member
H
A
D
nghttp2_http.c
212
nghttp2_extpri_from_uint8(&extpri, stream->
http_extpri
);
in http_request_on_header()
215
stream->
http_extpri
= nghttp2_extpri_to_uint8(&extpri);
in http_request_on_header()
H
A
D
nghttp2_stream.c
104
stream->extpri = stream->
http_extpri
= NGHTTP2_EXTPRI_DEFAULT_URGENCY;
in nghttp2_stream_init()
H
A
D
nghttp2_session.c
4034
rv = session_update_stream_priority(session, stream, stream->
http_extpri
);
in session_end_stream_headers_received()
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
1927
nghttp2_extpri_uint8_urgency(stream->
http_extpri
));
in test_nghttp2_session_recv_headers_with_extpri()
Completed in 35 milliseconds