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 | 4375 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-database", num_media, NULL); in load_legacy_attributes() 4436 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-ready", num_ready, NULL); in load_legacy_attributes() 4510 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-size-supported", num_media, NULL); in load_legacy_attributes() 4965 …attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "finishings-col-database", cupsArrayCount(pc->tem… in load_ppd_attributes() 4987 …attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "finishings-col-ready", cupsArrayCount(pc->templa… in load_ppd_attributes() 5050 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-col-database", pc->num_sizes, NULL); in load_ppd_attributes() 5138 attr = ippAddCollections(attrs, IPP_TAG_PRINTER, "media-size-supported", pc->num_sizes, NULL); in load_ppd_attributes()
|
/external/libcups/scheduler/ |
D | printers.c | 4166 if ((attr = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, in load_ppd() 4321 …if ((attr = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, "media-col-database", p->pc->num_size… in load_ppd() 4653 …fin_col_db = ippAddCollections(p->ppd_attrs, IPP_TAG_PRINTER, "finishings-col-database", cupsArray… in load_ppd()
|