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:closed_prev
(Results
1 - 7
of
7
) sorted by relevance
/third_party/nghttp2/lib/
H
A
D
nghttp2_stream.h
182
nghttp2_stream *
closed_prev
, *closed_next;
member
H
A
D
nghttp2_session.c
1580
stream->
closed_prev
= session->closed_stream_tail;
in nghttp2_session_keep_closed_stream()
1596
stream->
closed_prev
= session->idle_stream_tail;
in nghttp2_session_keep_idle_stream()
1612
prev_stream = stream->
closed_prev
;
in nghttp2_session_detach_idle_stream()
1622
next_stream->
closed_prev
= prev_stream;
in nghttp2_session_detach_idle_stream()
1627
stream->
closed_prev
= NULL;
in nghttp2_session_detach_idle_stream()
1671
session->closed_stream_head->
closed_prev
= NULL;
in nghttp2_session_adjust_closed_stream()
1715
session->idle_stream_head->
closed_prev
= NULL;
in nghttp2_session_adjust_idle_stream()
2767
assert(stream->
closed_prev
== NULL);
in find_stream_on_goaway_func()
H
A
D
nghttp2_stream.c
85
stream->
closed_prev
= NULL;
in nghttp2_stream_init()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_stream.h
182
nghttp2_stream *
closed_prev
, *closed_next;
member
H
A
D
nghttp2_session.c
1575
stream->
closed_prev
= session->closed_stream_tail;
in nghttp2_session_keep_closed_stream()
1591
stream->
closed_prev
= session->idle_stream_tail;
in nghttp2_session_keep_idle_stream()
1607
prev_stream = stream->
closed_prev
;
in nghttp2_session_detach_idle_stream()
1617
next_stream->
closed_prev
= prev_stream;
in nghttp2_session_detach_idle_stream()
1622
stream->
closed_prev
= NULL;
in nghttp2_session_detach_idle_stream()
1666
session->closed_stream_head->
closed_prev
= NULL;
in nghttp2_session_adjust_closed_stream()
1710
session->idle_stream_head->
closed_prev
= NULL;
in nghttp2_session_adjust_idle_stream()
2762
assert(stream->
closed_prev
== NULL);
in find_stream_on_goaway_func()
H
A
D
nghttp2_stream.c
85
stream->
closed_prev
= NULL;
in nghttp2_stream_init()
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
9835
session->closed_stream_tail->
closed_prev
);
in test_nghttp2_session_keep_closed_stream()
9839
CU_ASSERT(NULL == session->closed_stream_head->
closed_prev
);
in test_nghttp2_session_keep_closed_stream()
9847
CU_ASSERT(NULL == session->closed_stream_head->
closed_prev
);
in test_nghttp2_session_keep_closed_stream()
9939
CU_ASSERT(session->idle_stream_head == stream->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
9942
CU_ASSERT(stream == session->idle_stream_tail->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
9948
CU_ASSERT(NULL == stream->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
9952
session->idle_stream_tail->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
9964
CU_ASSERT(NULL == session->idle_stream_head->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
9994
CU_ASSERT(NULL == session->idle_stream_head->
closed_prev
);
in test_nghttp2_session_detach_idle_stream()
10281
CU_ASSERT(NULL == stream->
closed_prev
);
in test_nghttp2_session_open_idle_stream()
[all...]
Completed in 40 milliseconds