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:io_close
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/
H
A
D
io.c
49
io_close
(io);
in io_error()
138
io_close
(struct io *io)
in io_close()
function
H
A
D
io.h
40
void
io_close
(struct io *io);
H
A
D
cffdump.c
401
io_close
(io);
in handle_file()
H
A
D
pgmdump2.c
601
io_close
(io);
in main()
H
A
D
pgmdump.c
1091
io_close
(io);
in main()
/third_party/ffmpeg/libavformat/
H
A
D
avformat.c
783
if (s->
io_close
== ff_format_io_close_default || s->
io_close
== NULL)
in ff_format_io_close()
786
s->
io_close
(s, *pb);
in ff_format_io_close()
H
A
D
tee.c
239
avf2->
io_close
= avf->
io_close
;
in open_slave()
H
A
D
fifo.c
502
avf2->
io_close
= avf->
io_close
;
in fifo_mux_init()
H
A
D
options.c
175
s->
io_close
= ff_format_io_close_default;
in avformat_alloc_context()
H
A
D
imfdec.c
377
track_resource->ctx->
io_close
= s->
io_close
;
in open_track_resource_context()
H
A
D
avformat.h
1804
void (*
io_close
)(struct AVFormatContext *s, AVIOContext *pb);
member
1837
* Using this is preferred over
io_close
, because this can return an error.
1838
* Therefore this callback is used instead of
io_close
by the generic
1839
* libavformat code if
io_close
is NULL or the default.
H
A
D
segment.c
161
oc->
io_close
= s->
io_close
;
in segment_mux_init()
H
A
D
dashenc.c
1550
ctx->
io_close
= s->
io_close
;
in dash_init()
H
A
D
hlsenc.c
866
oc->
io_close
= s->
io_close
;
in hls_mux_init()
Completed in 24 milliseconds