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:stream_ctx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/doc/examples/
H
A
D
transcoding.c
57
static StreamContext *
stream_ctx
;
variable
75
stream_ctx
= av_calloc(ifmt_ctx->nb_streams, sizeof(*
stream_ctx
));
in open_input_file()
76
if (!
stream_ctx
)
in open_input_file()
110
stream_ctx
[i].dec_ctx = codec_ctx;
in open_input_file()
112
stream_ctx
[i].dec_frame = av_frame_alloc();
in open_input_file()
113
if (!
stream_ctx
[i].dec_frame)
in open_input_file()
146
dec_ctx =
stream_ctx
[i].dec_ctx;
in open_output_file()
202
stream_ctx
[i].enc_ctx = enc_ctx;
in open_output_file()
409
ret = init_filter(&filter_ctx[i],
stream_ctx
[
in init_filters()
[all...]
/third_party/curl/lib/vquic/
H
A
D
curl_msh3.c
138
struct
stream_ctx
{
struct
156
#define H3_STREAM_CTX(d) ((struct
stream_ctx
*)(((d) && (d)->req.p.http)? \
167
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in h3_data_setup()
187
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in h3_data_done()
199
struct
stream_ctx
*stream)
in drain_stream_from_other_thread()
216
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in drain_stream()
314
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in write_resp_raw()
340
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in msh3_header_received()
389
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in msh3_data_received()
428
struct
stream_ctx
*strea
in msh3_complete()
[all...]
H
A
D
curl_quiche.c
140
struct
stream_ctx
{
struct
154
#define H3_STREAM_CTX(d) ((struct
stream_ctx
*)(((d) && (d)->req.p.http)? \
165
struct
stream_ctx
*stream;
in check_resumes()
184
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in h3_data_setup()
204
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in h3_data_done()
229
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in drain_stream()
272
struct
stream_ctx
*stream = H3_STREAM_CTX(data);
in write_resp_raw()
302
struct
stream_ctx
*stream = H3_STREAM_CTX(x->data);
in cb_each_header()
342
struct
stream_ctx
*stream = H3_STREAM_CTX(x->data);
in stream_resp_read()
365
struct
stream_ctx
*strea
in cf_recv_body()
[all...]
/third_party/curl/lib/
H
A
D
http2.c
174
struct
stream_ctx
{
struct
201
#define H2_STREAM_CTX(d) ((struct
stream_ctx
*)(((d) && (d)->req.p.http)? \
213
struct
stream_ctx
*stream)
in drain_stream()
232
struct
stream_ctx
**pstream)
in http2_data_setup()
235
struct
stream_ctx
*stream;
in http2_data_setup()
274
static void free_push_headers(struct
stream_ctx
*stream)
in free_push_headers()
287
struct
stream_ctx
*stream = H2_STREAM_CTX(data);
in http2_data_done()
415
struct
stream_ctx
*stream;
in cf_h2_ctx_init()
735
struct
stream_ctx
*stream = H2_STREAM_CTX(h->data);
in curl_pushheader_bynum()
747
struct
stream_ctx
*strea
in curl_pushheader_byname()
[all...]
Completed in 10 milliseconds