Home
last modified time | relevance | path

Searched refs:ippAddRange (Results 1 – 7 of 7) sorted by relevance

/external/libcups/scheduler/
Dprinters.c445 ippAddRange(CommonData, IPP_TAG_PRINTER, "copies-supported", 1, MaxCopies); in cupsdCreateCommonData()
468 ippAddRange(CommonData, IPP_TAG_PRINTER, "job-cancel-after-supported", in cupsdCreateCommonData()
486 ippAddRange(CommonData, IPP_TAG_PRINTER, "job-k-octets-supported", 0, in cupsdCreateCommonData()
538 ippAddRange(CommonData, IPP_TAG_PRINTER, "jpeg-k-octets-supported", 0, in cupsdCreateCommonData()
542 ippAddRange(CommonData, IPP_TAG_PRINTER, "jpeg-x-dimension-supported", 0, in cupsdCreateCommonData()
546 ippAddRange(CommonData, IPP_TAG_PRINTER, "jpeg-y-dimension-supported", 1, in cupsdCreateCommonData()
585 ippAddRange(CommonData, IPP_TAG_PRINTER, in cupsdCreateCommonData()
652 ippAddRange(CommonData, IPP_TAG_PRINTER, "pdf-k-octets-supported", 0, in cupsdCreateCommonData()
4186 ippAddRange(val->collection, IPP_TAG_PRINTER, "x-dimension", in load_ppd()
4188 ippAddRange(val->collection, IPP_TAG_PRINTER, "y-dimension", in load_ppd()
/external/libcups/cups/
Dlibcups2.def461 ippAddRange
Dipp.h763 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
Dcupspm.md874 - `ippAddRange` adds a rangeOfInteger attribute with one range.
Dipp.c618 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange() function
Dppd-cache.c180 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper); in _cupsConvertOptions()
/external/libcups/tools/
Dippeveprinter.c1815 ippAddRange(printer->attrs, IPP_TAG_PRINTER, "job-k-octets-supported", 0, k_supported); in create_printer()
4356ippAddRange(attrs, IPP_TAG_PRINTER, "copies-supported", 1, (cupsArrayFind(docformats, (void *)"app… in load_legacy_attributes()
4953 ippAddRange(attrs, IPP_TAG_PRINTER, "copies-supported", 1, 999); in load_ppd_attributes()