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:rdr_ctl
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
nec.c
597
return s->
rdr_ctl
->cancel;
in cancel_requested()
603
return s->
rdr_ctl
->status;
in rdr_status()
615
return s->
rdr_ctl
->running;
in reader_running()
633
s->
rdr_ctl
->running = 1;
in reader_process()
655
bc = &s->
rdr_ctl
->buf_ctl[i];
in reader_process()
684
s->
rdr_ctl
->status = status;
in reader_process()
685
s->
rdr_ctl
->running = 0;
in reader_process()
716
s->
rdr_ctl
->cancel = 0;
in reader_process()
717
s->
rdr_ctl
->status = SANE_STATUS_CANCELLED;
in reader_process()
718
s->
rdr_ctl
in reader_process()
[all...]
H
A
D
sharp.c
793
return s->
rdr_ctl
->cancel;
in cancel_requested()
799
return s->
rdr_ctl
->status;
in rdr_status()
811
return s->
rdr_ctl
->running;
in reader_running()
829
s->
rdr_ctl
->running = 1;
in reader_process()
857
bc = &s->
rdr_ctl
->buf_ctl[i];
in reader_process()
886
s->
rdr_ctl
->status = status;
in reader_process()
887
s->
rdr_ctl
->running = 0;
in reader_process()
918
s->
rdr_ctl
->cancel = 0;
in reader_process()
919
s->
rdr_ctl
->status = SANE_STATUS_CANCELLED;
in reader_process()
920
s->
rdr_ctl
in reader_process()
[all...]
H
A
D
sharp.h
273
SHARP_rdr_ctl *
rdr_ctl
;
member
H
A
D
nec.h
267
NEC_rdr_ctl *
rdr_ctl
;
member
Completed in 7 milliseconds