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:reader_pipe
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
agfafocus.h
125
int
reader_pipe
; /* pipe from reader process */
member
H
A
D
tamarack.h
116
int
reader_pipe
; /* pipe from reader process */
member
H
A
D
sp15c.h
145
int
reader_pipe
;
member
H
A
D
artec_eplus48u.h
286
int
reader_pipe
;
member
H
A
D
agfafocus.c
1787
int fd = s->
reader_pipe
;
in reader_process()
2012
s->
reader_pipe
= fds[1];
in sane_start()
2015
if (sanei_thread_is_forked()) close (s->
reader_pipe
);
in sane_start()
H
A
D
tamarack.c
823
int fd = s->
reader_pipe
;
in reader_process()
1394
s->
reader_pipe
= fds[1];
in sane_start()
1397
if (sanei_thread_is_forked()) close (s->
reader_pipe
);
in sane_start()
H
A
D
sp15c.c
861
scanner->
reader_pipe
= fds[1];
in sane_start()
865
close (scanner->
reader_pipe
);
in sane_start()
1964
int pipe_fd = scanner->
reader_pipe
;
in reader_process()
H
A
D
artec_eplus48u.c
3381
int fd = s->
reader_pipe
;
in reader_process()
4286
s->
reader_pipe
= fds[1];
in sane_start()
4297
if (sanei_thread_is_forked()) close (s->
reader_pipe
);
in sane_start()
Completed in 14 milliseconds