Searched refs:ippAddCollections (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 455 ippAddCollections
|
D | testipp.c | 368 ippAddCollections(request, IPP_TAG_JOB, "media-col", 2, in main()
|
D | ipp.h | 801 extern ipp_attribute_t *ippAddCollections(ipp_t *ipp, ipp_tag_t group,
|
D | ipp.c | 264 ippAddCollections( in ippAddCollections() function 1589 …if ((dstattr = ippAddCollections(dst, srcattr->group_tag, srcattr->name, srcattr->num_values, NULL… in ippCopyAttribute()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 4618 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-database", num_media, NULL); in load_legacy_attributes() 4679 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-ready", num_ready, NULL); in load_legacy_attributes() 4753 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-size-supported", num_media, NULL); in load_legacy_attributes() 5208 …attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "finishings-col-database", cupsArrayCount(pc->tem… in load_ppd_attributes() 5230 …attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "finishings-col-ready", cupsArrayCount(pc->templa… in load_ppd_attributes() 5293 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-database", pc->num_sizes, NULL); in load_ppd_attributes() 5381 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-size-supported", pc->num_sizes, NULL); in load_ppd_attributes()
|
/external/libcups/scheduler/ |
D | printers.c | 4161 if ((attr = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, in load_ppd() 4316 …if ((attr = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, "media-col-database", p->pc->num_size… in load_ppd() 4648 …fin_col_db = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, "finishings-col-database", cupsArray… in load_ppd()
|