Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dprinters.c631 ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in cupsdCreateCommonData()
638 ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_ENUM, in cupsdCreateCommonData()
642 ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_ENUM, in cupsdCreateCommonData()
2072 attr = ippAddIntegers(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, name, in cupsdSetPrinterAttr()
2507 if ((attr = ippAddIntegers(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in cupsdSetPrinterAttrs()
2524 if ((attr = ippAddIntegers(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in cupsdSetPrinterAttrs()
2536 if ((attr = ippAddIntegers(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in cupsdSetPrinterAttrs()
4051 ippAddIntegers(p->ppd_attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, in load_ppd()
4245 ippAddIntegers(p->ppd_attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in load_ppd()
4267 ippAddIntegers(p->ppd_attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, in load_ppd()
[all …]
/external/libcups/tools/
Dippeveprinter.c1848ippAddIntegers(printer->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "operations-supported", sizeof(ops) … in create_printer()
4370ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-bottom-margin-supported", (int)(siz… in load_legacy_attributes()
4372ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-bottom-margin-supported", (int)(siz… in load_legacy_attributes()
4494ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-left-margin-supported", (int)(sizeo… in load_legacy_attributes()
4495ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-right-margin-supported", (int)(size… in load_legacy_attributes()
4499ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-left-margin-supported", (int)(sizeo… in load_legacy_attributes()
4500ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-right-margin-supported", (int)(size… in load_legacy_attributes()
4528ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", (int)(sizeof… in load_legacy_attributes()
4530ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", (int)(sizeof… in load_legacy_attributes()
4543ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "orientation-requested-supported", (int)(size… in load_legacy_attributes()
[all …]
/external/libcups/cups/
Dlibcups2.def458 ippAddIntegers
Dipp.h760 extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
Dcupspm.md867 - `ippAddIntegers` adds an enum or integer attribute with one or more values.
Dipp.c438 ippAddIntegers(ipp_t *ipp, /* I - IPP message */ in ippAddIntegers() function
Dppd-cache.c393 ippAddIntegers(request, IPP_TAG_JOB, IPP_TAG_ENUM, "finishings", num_finishings, finishings); in _cupsConvertOptions()