Searched refs:ippAddRange (Results 1 – 7 of 7) sorted by relevance
/external/libcups/scheduler/ |
D | printers.c | 445 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/ |
D | libcups2.def | 461 ippAddRange
|
D | ipp.h | 763 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
|
D | cupspm.md | 874 - `ippAddRange` adds a rangeOfInteger attribute with one range.
|
D | ipp.c | 618 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange() function
|
D | ppd-cache.c | 180 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper); in _cupsConvertOptions()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 1815 ippAddRange(printer->attrs, IPP_TAG_PRINTER, "job-k-octets-supported", 0, k_supported); in create_printer() 4356 …ippAddRange(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()
|