Searched refs:ppd_attrs (Results 1 – 3 of 3) sorted by relevance
/external/libcups/scheduler/ |
D | printers.c | 823 ippDelete(p->ppd_attrs); in cupsdDeletePrinter() 3908 ippDelete(p->ppd_attrs); in load_ppd() 3909 p->ppd_attrs = NULL; in load_ppd() 3918 if ((p->pc = _ppdCacheCreateWithFile(cache_name, &p->ppd_attrs)) != NULL && in load_ppd() 3919 p->ppd_attrs) in load_ppd() 3945 p->ppd_attrs = ippNew(); in load_ppd() 3971 ippAddBoolean(p->ppd_attrs, IPP_TAG_PRINTER, "color-supported", (char)ppd->color_device); in load_ppd() 3974 ippAddString(p->ppd_attrs, IPP_TAG_PRINTER, IPP_TAG_URI, in load_ppd() 3978 ippAddBoolean(p->ppd_attrs, IPP_TAG_PRINTER, "job-account-id-supported", in load_ppd() 3982 ippAddBoolean(p->ppd_attrs, IPP_TAG_PRINTER, in load_ppd() [all …]
|
D | printers.h | 96 *ppd_attrs; /* Attributes based on the PPD */ member
|
D | ipp.c | 2444 supported = ippFindAttribute(printer->ppd_attrs, "port-monitor-supported", in add_printer() 5020 if (printer->ppd_attrs) in copy_printer_attrs() 5021 copy_attrs(con->response, printer->ppd_attrs, ra, IPP_TAG_ZERO, 0, NULL); in copy_printer_attrs()
|