Searched refs:suppattr (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | adminutil.c | 48 ipp_attribute_t *suppattr, 71 ipp_attribute_t *suppattr, /* IPP -supported attribute */ in cupsAdminCreateWindowsPPD() local 349 (suppattr = ippFindAttribute(response, "job-hold-until-supported", in cupsAdminCreateWindowsPPD() 352 "job-hold-until", suppattr, defattr, 0, 1); in cupsAdminCreateWindowsPPD() 356 (suppattr = ippFindAttribute(response, "job-priority-supported", in cupsAdminCreateWindowsPPD() 359 "job-priority", suppattr, defattr, 0, 1); in cupsAdminCreateWindowsPPD() 363 (suppattr = ippFindAttribute(response, "job-sheets-supported", in cupsAdminCreateWindowsPPD() 367 "job-sheets", suppattr, defattr, 0, 2); in cupsAdminCreateWindowsPPD() 369 "job-sheets", suppattr, defattr, 1, 2); in cupsAdminCreateWindowsPPD() 2288 ipp_attribute_t *suppattr, /* I - IPP -supported attribute */ in write_option() argument [all …]
|