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:next_stream
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
token.h
60
int dirty,
next_stream
, once;
member
H
A
D
tokenize.c
338
current->
next_stream
= *hash;
in init_stream()
H
A
D
pre-process.c
816
next = s->
next_stream
;
in already_tokenized()
/third_party/nghttp2/lib/
H
A
D
nghttp2_session.c
1607
nghttp2_stream *prev_stream, *
next_stream
;
in nghttp2_session_detach_idle_stream()
local
1613
next_stream
= stream->closed_next;
in nghttp2_session_detach_idle_stream()
1616
prev_stream->closed_next =
next_stream
;
in nghttp2_session_detach_idle_stream()
1618
session->idle_stream_head =
next_stream
;
in nghttp2_session_detach_idle_stream()
1621
if (
next_stream
) {
in nghttp2_session_detach_idle_stream()
1622
next_stream
->closed_prev = prev_stream;
in nghttp2_session_detach_idle_stream()
2787
nghttp2_stream *stream, *
next_stream
;
in session_close_stream_on_goaway()
local
2796
next_stream
= stream->closed_next;
in session_close_stream_on_goaway()
2803
stream =
next_stream
;
in session_close_stream_on_goaway()
2808
next_stream
in session_close_stream_on_goaway()
[all...]
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_session.c
1602
nghttp2_stream *prev_stream, *
next_stream
;
in nghttp2_session_detach_idle_stream()
local
1608
next_stream
= stream->closed_next;
in nghttp2_session_detach_idle_stream()
1611
prev_stream->closed_next =
next_stream
;
in nghttp2_session_detach_idle_stream()
1613
session->idle_stream_head =
next_stream
;
in nghttp2_session_detach_idle_stream()
1616
if (
next_stream
) {
in nghttp2_session_detach_idle_stream()
1617
next_stream
->closed_prev = prev_stream;
in nghttp2_session_detach_idle_stream()
2782
nghttp2_stream *stream, *
next_stream
;
in session_close_stream_on_goaway()
local
2791
next_stream
= stream->closed_next;
in session_close_stream_on_goaway()
2798
stream =
next_stream
;
in session_close_stream_on_goaway()
2803
next_stream
in session_close_stream_on_goaway()
[all...]
Completed in 16 milliseconds