Home
last modified time | relevance | path

Searched refs:OPT_COMPRESSION (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dbh.c1044 get_compression_id(_OPT_VAL_STRING(s, OPT_COMPRESSION)); in set_window()
1216 comp = get_compression_id(_OPT_VAL_STRING(s, OPT_COMPRESSION)); in get_parameters()
1522 get_compression_id(_OPT_VAL_STRING(s, OPT_COMPRESSION)); in setup_sections()
2383 s->opt[OPT_COMPRESSION].name = SANE_NAME_COMPRESSION; in init_options()
2384 s->opt[OPT_COMPRESSION].title = SANE_TITLE_COMPRESSION; in init_options()
2385 s->opt[OPT_COMPRESSION].desc = SANE_DESC_COMPRESSION; in init_options()
2386 s->opt[OPT_COMPRESSION].type = SANE_TYPE_STRING; in init_options()
2387 s->opt[OPT_COMPRESSION].size = max_string_size (compression_list); in init_options()
2388 s->opt[OPT_COMPRESSION].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2389 s->opt[OPT_COMPRESSION] in init_options()
[all...]
H A Dhs2p-saneopts.h282 OPT_COMPRESSION, /* hardware compression */ enumerator
H A Dhs2p.c291 s->opt[OPT_COMPRESSION].name = SANE_NAME_COMPRESSION; in init_options()
292 s->opt[OPT_COMPRESSION].title = SANE_TITLE_COMPRESSION; in init_options()
293 s->opt[OPT_COMPRESSION].desc = SANE_DESC_COMPRESSION; in init_options()
294 s->opt[OPT_COMPRESSION].type = SANE_TYPE_STRING; in init_options()
295 s->opt[OPT_COMPRESSION].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options()
296 s->opt[OPT_COMPRESSION].size = in init_options()
298 s->opt[OPT_COMPRESSION].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
299 s->opt[OPT_COMPRESSION].constraint.string_list = in init_options()
301 s->val[OPT_COMPRESSION].s = strdup (compression_list[0]); in init_options()
307 s->opt[OPT_COMPRESSION] in init_options()
[all...]
H A Dbh.h111 OPT_COMPRESSION, enumerator
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.h71 OPT_COMPRESSION, enumerator
H A Dntfs-3g_common.c105 { "compression", OPT_COMPRESSION, FLGOPT_BOGUS },
374 case OPT_COMPRESSION : in parse_mount_options()

Completed in 9 milliseconds