HomeSort by relevance Sort by last modified time
    Searched refs:cupsGetOption (Results 1 - 17 of 17) sorted by null

  /external/libcups/cups/
testoptions.c 61 else if ((value = cupsGetOption("foo", num_options, options)) == NULL ||
67 else if ((value = cupsGetOption("bar", num_options, options)) == NULL ||
74 else if ((value = cupsGetOption("baz", num_options, options)) == NULL ||
80 else if ((value = cupsGetOption("foobar", num_options, options)) == NULL ||
86 else if ((value = cupsGetOption("barfoo", num_options, options)) == NULL ||
92 else if ((value = cupsGetOption("auth-info", num_options, options)) == NULL ||
ppd-mark.c 86 media = cupsGetOption("media", num_options, options);
87 output_bin = cupsGetOption("output-bin", num_options, options);
88 page_size = cupsGetOption("PageSize", num_options, options);
89 print_quality = cupsGetOption("print-quality", num_options, options);
90 sides = cupsGetOption("sides", num_options, options);
92 if ((print_color_mode = cupsGetOption("print-color-mode", num_options,
94 print_color_mode = cupsGetOption("output-mode", num_options, options);
146 !cupsGetOption(cache->source_option, num_options, options) &&
150 if (!cupsGetOption("MediaType", num_options, options) &&
158 if (!cupsGetOption("com.apple.print.DocumentTicket.PMSpoolFormat"
    [all...]
ppd-conflicts.c 403 if ((value = cupsGetOption(constptr->option->keyword, num_newopts,
409 if ((value = cupsGetOption("PageSize", num_newopts,
411 value = cupsGetOption("PageRegion", num_newopts, newopts);
1048 else if ((value = cupsGetOption("PageSize", num_options,
1050 if ((value = cupsGetOption("PageRegion", num_options,
1052 if ((value = cupsGetOption("media", num_options, options)) == NULL)
1069 else if ((firstvalue = cupsGetOption("AP_FIRSTPAGE_PageSize",
1071 firstvalue = cupsGetOption("AP_FIRSTPAGE_PageRegion", num_options,
1097 else if ((value = cupsGetOption(constptr->option->keyword, num_options,
1122 else if ((firstvalue = cupsGetOption(firstpage, num_options
    [all...]
adminutil.c     [all...]
testcups.c 505 if ((bval = cupsGetOption(aoption->name, b->num_options,
577 if ((bval = cupsGetOption(aoption->name, b->num_options,
ppd-cache.c 87 if (pc->password && (password = cupsGetOption("job-password", num_options, options)) != NULL && ippGetOperation(request) != IPP_OP_VALIDATE_JOB)
91 if ((keyword = cupsGetOption("job-password-encryption", num_options, options)) == NULL)
121 if ((keyword = cupsGetOption("job-account-id", num_options, options)) == NULL)
122 keyword = cupsGetOption("job-billing", num_options, options);
130 if ((keyword = cupsGetOption("job-accounting-user-id", num_options, options)) == NULL)
153 (keyword = cupsGetOption(mandatory, num_options, options)) != NULL)
197 if ((keyword = cupsGetOption("PageSize", num_options, options)) == NULL)
198 keyword = cupsGetOption("media", num_options, options);
200 media_source = _ppdCacheGetSource(pc, cupsGetOption("InputSlot", num_options, options));
201 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType", num_options, options))
    [all...]
encode.c 410 if ((val = (char *)cupsGetOption("document-format", num_options,
414 else if (cupsGetOption("raw", num_options, options))
options.c 158 * 'cupsGetOption()' - Get an option value.
162 cupsGetOption(const char *name, /* I - Name of option */
170 DEBUG_printf(("2cupsGetOption(name=\"%s\", num_options=%d, options=%p)", name, num_options, (void *)options));
174 DEBUG_puts("3cupsGetOption: Returning NULL");
182 DEBUG_printf(("3cupsGetOption: Returning \"%s\"", options[match].value));
186 DEBUG_puts("3cupsGetOption: Returning NULL");
486 * cupsGetOption and freed with cupsFreeOptions.
dest.c 611 if ((uri = cupsGetOption("printer-uri-supported", dest->num_options, dest->options)) == NULL)
613 if ((uri = cupsGetOption("resolved-device-uri", dest->num_options, dest->options)) == NULL)
615 if ((uri = cupsGetOption("device-uri", dest->num_options, dest->options)) != NULL)
625 uri = _cupsCreateDest(dest->name, cupsGetOption("printer-info", dest->num_options, dest->options), NULL, uri, tempresource, sizeof(tempresource));
631 uri = cupsGetOption("printer-uri-supported", dest->num_options, dest->options);
    [all...]
util.c 819 if (cupsGetOption("raw", num_options, options))
821 else if ((format = cupsGetOption("document-format", num_options,
testppd.c 311 (val = cupsGetOption("PageRegion", num_options, options)) == NULL ||
313 (val = cupsGetOption("PageSize", num_options, options)) == NULL ||
346 !cupsGetOption("PageSize", num_options, options))
dest-options.c 487 if ((myvalue = cupsGetOption(myoption->name, num_options,
1123 if ((media = cupsGetOption("media", dest->num_options,
    [all...]
cups.h 372 extern const char *cupsGetOption(const char *name, int num_options,
  /external/libcups/filter/
common.c 83 if ((val = cupsGetOption("landscape", num_options, options)) != NULL)
94 else if ((val = cupsGetOption("orientation-requested", num_options, options)) != NULL)
110 if ((val = cupsGetOption("page-left", num_options, options)) != NULL)
129 if ((val = cupsGetOption("page-right", num_options, options)) != NULL)
148 if ((val = cupsGetOption("page-bottom", num_options, options)) != NULL)
167 if ((val = cupsGetOption("page-top", num_options, options)) != NULL)
pstops.c 628 if (cupsGetOption("sides", doc->num_options, doc->options))
632 if (cupsGetOption("Duplex", doc->num_options, doc->options))
636 if (cupsGetOption("EFDuplex", doc->num_options, doc->options))
640 if (cupsGetOption("EFDuplexing", doc->num_options, doc->options))
644 if (cupsGetOption("KD03Duplex", doc->num_options, doc->options))
648 if (cupsGetOption("JCLDuplex", doc->num_options, doc->options))
    [all...]
rastertopwg.c 204 if ((val = cupsGetOption("print-content-optimize", num_options,
226 if ((val = cupsGetOption("print-quality", num_options, options)) != NULL)
239 if ((val = cupsGetOption("print-rendering-intent", num_options,
interpret.c 242 if ((val = cupsGetOption("cupsBorderlessScalingFactor", num_options,
    [all...]

Completed in 160 milliseconds