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:scanner_status
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-io.c
232
e2_recv_info_block(Epson_Scanner * s, unsigned char *
scanner_status
,
in e2_recv_info_block()
argument
265
if (
scanner_status
)
in e2_recv_info_block()
266
*
scanner_status
= info[1];
in e2_recv_info_block()
H
A
D
epson2-io.h
36
e2_recv_info_block(Epson_Scanner * s, unsigned char *
scanner_status
,
H
A
D
epson2-commands.h
45
SANE_Status esci_request_status(SANE_Handle handle, unsigned char *
scanner_status
);
H
A
D
epson2-commands.c
381
esci_request_status(SANE_Handle handle, unsigned char *
scanner_status
)
in esci_request_status()
argument
403
if (
scanner_status
)
in esci_request_status()
404
*
scanner_status
= params[0];
in esci_request_status()
H
A
D
epson2-ops.c
525
unsigned char
scanner_status
;
in e2_discover_capabilities()
local
589
status = esci_request_status(s, &
scanner_status
);
in e2_discover_capabilities()
594
if (
scanner_status
& STATUS_OPTION)
in e2_discover_capabilities()
597
if (
scanner_status
& STATUS_EXT_COMMANDS)
in e2_discover_capabilities()
/third_party/backends/backend/escl/
H
A
D
escl_status.c
203
const char *
scanner_status
= "/eSCL/ScannerStatus";
in escl_status()
local
220
escl_curl_url(curl_handle, device,
scanner_status
);
in escl_status()
Completed in 9 milliseconds