Searched refs:ippAddIntegers (Results 1 – 7 of 7) sorted by relevance
/external/libcups/scheduler/ |
D | printers.c | 631 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/ |
D | ippeveprinter.c | 1848 …ippAddIntegers(printer->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "operations-supported", sizeof(ops) … in create_printer() 4370 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-bottom-margin-supported", (int)(siz… in load_legacy_attributes() 4372 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-bottom-margin-supported", (int)(siz… in load_legacy_attributes() 4494 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-left-margin-supported", (int)(sizeo… in load_legacy_attributes() 4495 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-right-margin-supported", (int)(size… in load_legacy_attributes() 4499 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-left-margin-supported", (int)(sizeo… in load_legacy_attributes() 4500 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-right-margin-supported", (int)(size… in load_legacy_attributes() 4528 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", (int)(sizeof… in load_legacy_attributes() 4530 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-top-margin-supported", (int)(sizeof… in load_legacy_attributes() 4543 …ippAddIntegers(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "orientation-requested-supported", (int)(size… in load_legacy_attributes() [all …]
|
/external/libcups/cups/ |
D | libcups2.def | 458 ippAddIntegers
|
D | ipp.h | 760 extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
|
D | cupspm.md | 867 - `ippAddIntegers` adds an enum or integer attribute with one or more values.
|
D | ipp.c | 438 ippAddIntegers(ipp_t *ipp, /* I - IPP message */ in ippAddIntegers() function
|
D | ppd-cache.c | 393 ippAddIntegers(request, IPP_TAG_JOB, IPP_TAG_ENUM, "finishings", num_finishings, finishings); in _cupsConvertOptions()
|