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:shut_flags
(Results
1 - 7
of
7
) sorted by relevance
/third_party/nghttp2/lib/
H
A
D
nghttp2_stream.c
70
stream->
shut_flags
= NGHTTP2_SHUT_NONE;
in nghttp2_stream_init()
115
stream->
shut_flags
= (uint8_t)(stream->
shut_flags
| flag);
in nghttp2_stream_shutdown()
966
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_stream_get_state()
970
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in nghttp2_stream_get_state()
975
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_stream_get_state()
979
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in nghttp2_stream_get_state()
H
A
D
nghttp2_stream.h
223
uint8_t
shut_flags
;
member
H
A
D
nghttp2_session.c
1741
if ((stream->
shut_flags
& NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) {
in nghttp2_session_close_stream_if_shut_rdwr()
1786
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in session_predicate_for_stream_send()
2102
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in session_predicate_priority_update_send()
2897
(stream->
shut_flags
& NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR;
in session_after_frame_sent1()
3090
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in session_after_frame_sent1()
4195
if (stream && (stream->
shut_flags
& NGHTTP2_SHUT_RD)) {
in nghttp2_session_on_request_headers_received()
4258
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_session_on_response_headers_received()
4331
if ((stream->
shut_flags
& NGHTTP2_SHUT_RD)) {
in nghttp2_session_on_headers_received()
4501
/* We may use stream->
shut_flags
for strict error checking. */
in nghttp2_session_on_rst_stream_received()
5026
if (stream->
shut_flags
in nghttp2_session_on_push_promise_received()
[all...]
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_stream.c
70
stream->
shut_flags
= NGHTTP2_SHUT_NONE;
in nghttp2_stream_init()
115
stream->
shut_flags
= (uint8_t)(stream->
shut_flags
| flag);
in nghttp2_stream_shutdown()
966
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_stream_get_state()
970
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in nghttp2_stream_get_state()
975
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_stream_get_state()
979
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in nghttp2_stream_get_state()
H
A
D
nghttp2_stream.h
223
uint8_t
shut_flags
;
member
H
A
D
nghttp2_session.c
1736
if ((stream->
shut_flags
& NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR) {
in nghttp2_session_close_stream_if_shut_rdwr()
1781
if (stream->
shut_flags
& NGHTTP2_SHUT_WR) {
in session_predicate_for_stream_send()
2097
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in session_predicate_priority_update_send()
2892
(stream->
shut_flags
& NGHTTP2_SHUT_RDWR) == NGHTTP2_SHUT_RDWR;
in session_after_frame_sent1()
3085
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in session_after_frame_sent1()
4190
if (stream && (stream->
shut_flags
& NGHTTP2_SHUT_RD)) {
in nghttp2_session_on_request_headers_received()
4253
if (stream->
shut_flags
& NGHTTP2_SHUT_RD) {
in nghttp2_session_on_response_headers_received()
4326
if ((stream->
shut_flags
& NGHTTP2_SHUT_RD)) {
in nghttp2_session_on_headers_received()
4496
/* We may use stream->
shut_flags
for strict error checking. */
in nghttp2_session_on_rst_stream_received()
5021
if (stream->
shut_flags
in nghttp2_session_on_push_promise_received()
[all...]
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
4463
CU_ASSERT(0 == stream->
shut_flags
);
in test_nghttp2_session_on_data_received()
4468
CU_ASSERT(NGHTTP2_SHUT_RD == stream->
shut_flags
);
in test_nghttp2_session_on_data_received()
4974
CU_ASSERT(NGHTTP2_SHUT_WR == stream->
shut_flags
);
in test_nghttp2_session_upgrade2()
5027
CU_ASSERT(NGHTTP2_SHUT_RD == stream->
shut_flags
);
in test_nghttp2_session_upgrade2()
5791
CU_ASSERT(stream->
shut_flags
& NGHTTP2_SHUT_WR);
in test_nghttp2_submit_headers_reply()
5887
CU_ASSERT(stream->
shut_flags
& NGHTTP2_SHUT_WR);
in test_nghttp2_submit_headers()
7073
CU_ASSERT(NGHTTP2_SHUT_NONE == stream->
shut_flags
);
in test_nghttp2_session_open_stream()
7082
CU_ASSERT(NGHTTP2_SHUT_NONE == stream->
shut_flags
);
in test_nghttp2_session_open_stream()
7091
CU_ASSERT(NGHTTP2_SHUT_RD == stream->
shut_flags
);
in test_nghttp2_session_open_stream()
7134
CU_ASSERT(NGHTTP2_SHUT_WR == stream->
shut_flags
);
in test_nghttp2_session_open_stream()
[all...]
Completed in 27 milliseconds