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:OPT_INQUIRY
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
hs2p-saneopts.h
276
OPT_INQUIRY
, /* inquiry string */
enumerator
H
A
D
bh.c
2353
s->opt[
OPT_INQUIRY
].name = SANE_NAME_INQUIRY;
in init_options()
2354
s->opt[
OPT_INQUIRY
].title = SANE_TITLE_INQUIRY;
in init_options()
2355
s->opt[
OPT_INQUIRY
].desc = SANE_DESC_INQUIRY;
in init_options()
2356
s->opt[
OPT_INQUIRY
].type = SANE_TYPE_STRING;
in init_options()
2357
s->opt[
OPT_INQUIRY
].size = sizeof(inquiry_data);
in init_options()
2358
s->opt[
OPT_INQUIRY
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
2359
s->val[
OPT_INQUIRY
].s = strdup(inquiry_data);
in init_options()
2360
s->opt[
OPT_INQUIRY
].cap = SANE_CAP_SOFT_DETECT;
in init_options()
3403
case
OPT_INQUIRY
:
in sane_control_option()
H
A
D
hs2p.c
237
s->opt[
OPT_INQUIRY
].name = SANE_NAME_INQUIRY;
in init_options()
238
s->opt[
OPT_INQUIRY
].title = SANE_TITLE_INQUIRY;
in init_options()
239
s->opt[
OPT_INQUIRY
].desc = SANE_DESC_INQUIRY;
in init_options()
240
s->opt[
OPT_INQUIRY
].type = SANE_TYPE_STRING;
in init_options()
241
s->opt[
OPT_INQUIRY
].size = sizeof (inquiry_data);
in init_options()
242
s->opt[
OPT_INQUIRY
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
243
s->val[
OPT_INQUIRY
].s = strdup (inquiry_data);
in init_options()
244
s->opt[
OPT_INQUIRY
].cap = SANE_CAP_SOFT_DETECT; /* Display Only */
in init_options()
2109
case
OPT_INQUIRY
:
in sane_control_option()
H
A
D
bh.h
103
OPT_INQUIRY
,
enumerator
Completed in 10 milliseconds