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:sib_prev
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/lib/
H
A
D
nghttp2_stream.c
82
stream->
sib_prev
= NULL;
in nghttp2_stream_init()
660
b->
sib_prev
= a;
in link_sib()
668
assert(stream->
sib_prev
== NULL);
in insert_link_dep()
680
prev = stream->
sib_prev
;
in unlink_sib()
708
next->
sib_prev
= prev;
in unlink_sib()
745
next->
sib_prev
= NULL;
in unlink_dep()
802
if (stream->
sib_prev
) {
in nghttp2_stream_dep_remove()
812
stream->
sib_prev
= NULL;
in nghttp2_stream_dep_remove()
908
if (stream->
sib_prev
) {
in nghttp2_stream_dep_remove_subtree()
909
link_sib(stream->
sib_prev
, strea
in nghttp2_stream_dep_remove_subtree()
[all...]
H
A
D
nghttp2_stream.h
172
linked using
sib_prev
and sib_next. The stream which has
173
non-NULL dep_prev always NULL
sib_prev
. The right most stream
175
dep_prev and
sib_prev
are NULL. */
177
nghttp2_stream *
sib_prev
, *sib_next;
member
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_stream.c
82
stream->
sib_prev
= NULL;
in nghttp2_stream_init()
660
b->
sib_prev
= a;
in link_sib()
668
assert(stream->
sib_prev
== NULL);
in insert_link_dep()
680
prev = stream->
sib_prev
;
in unlink_sib()
708
next->
sib_prev
= prev;
in unlink_sib()
745
next->
sib_prev
= NULL;
in unlink_dep()
802
if (stream->
sib_prev
) {
in nghttp2_stream_dep_remove()
812
stream->
sib_prev
= NULL;
in nghttp2_stream_dep_remove()
908
if (stream->
sib_prev
) {
in nghttp2_stream_dep_remove_subtree()
909
link_sib(stream->
sib_prev
, strea
in nghttp2_stream_dep_remove_subtree()
[all...]
H
A
D
nghttp2_stream.h
172
linked using
sib_prev
and sib_next. The stream which has
173
non-NULL dep_prev always NULL
sib_prev
. The right most stream
175
dep_prev and
sib_prev
are NULL. */
177
nghttp2_stream *
sib_prev
, *sib_next;
member
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
8262
CU_ASSERT(SIB_PREV == STREAM->
sib_prev
); \
Completed in 33 milliseconds