Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_CLASS (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libcups/scheduler/
H A Dclasses.c38 c->type = CUPS_PRINTER_CLASS; in cupsdAddClass()
168 if (c->type & CUPS_PRINTER_CLASS) in cupsdDeletePrinterFromClasses()
248 if ((c = cupsdFindDest(name)) != NULL && (c->type & CUPS_PRINTER_CLASS)) in cupsdFindClass()
311 p->type = CUPS_PRINTER_CLASS; in cupsdLoadAllClasses()
700 !(pclass->type & CUPS_PRINTER_CLASS)) in cupsdSaveAllClasses()
H A Dipp.c520 get_printers(con, CUPS_PRINTER_CLASS); in cupsdProcessIPPRequest()
787 if (dtype & CUPS_PRINTER_CLASS) in accept_jobs()
1054 else if (dtype & CUPS_PRINTER_CLASS) in add_class()
1580 job->dtype = printer->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE); in add_job()
4780 (job->dtype & CUPS_PRINTER_CLASS) ? "/classes/%s" : in copy_job_attrs()
4902 …ipps" : "ipp", NULL, con->clientname, con->clientport, (p2->type & CUPS_PRINTER_CLASS) ? "/classes… in copy_printer_attrs()
4947 if (printer->type & CUPS_PRINTER_CLASS) in copy_printer_attrs()
4971 …: "http", NULL, con->clientname, con->clientport, (printer->type & CUPS_PRINTER_CLASS) ? "/classes… in copy_printer_attrs()
5027 … : "ipp", NULL, con->clientname, con->clientport, (printer->type & CUPS_PRINTER_CLASS) ? "/classes… in copy_printer_attrs()
5647 dtype = CUPS_PRINTER_CLASS; in create_subscriptions()
[all …]
H A Ddirsvc.c379 (p->type & CUPS_PRINTER_CLASS) ? "classes" : "printers", in dnssdBuildTxtRecord()
424 …min_scheme, NULL, admin_hostname, DNSSDPort, "/%s/%s", (p->type & CUPS_PRINTER_CLASS) ? "classes"… in dnssdBuildTxtRecord()
1617 if (p->type & CUPS_PRINTER_CLASS) in get_auth_info_required()
H A Dprinters.c925 if ((p = cupsdFindDest(name)) != NULL && (p->type & CUPS_PRINTER_CLASS)) in cupsdFindPrinter()
1519 if ((printer->type & CUPS_PRINTER_CLASS) || printer->temporary) in cupsdSaveAllPrinters()
2274 if (p->type & CUPS_PRINTER_CLASS) in cupsdSetPrinterAttrs()
2385 if (p->type & CUPS_PRINTER_CLASS) in cupsdSetPrinterAttrs()
2770 (p->type & CUPS_PRINTER_CLASS) ? "Class" : "Printer", in cupsdSetPrinterState()
3083 *dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE); in cupsdValidateDest()
3139 *dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE); in cupsdValidateDest()
3820 if (p->type & CUPS_PRINTER_CLASS) in dirty_printer()
H A Dclient.c2723 if (p->type & CUPS_PRINTER_CLASS) in get_file()
2729 if (!(p->printers[i]->type & CUPS_PRINTER_CLASS)) in get_file()
2760 if (p->type & CUPS_PRINTER_CLASS) in get_file()
2766 if (!(p->printers[i]->type & CUPS_PRINTER_CLASS)) in get_file()
H A Djob.c352 while (printer && (printer->type & CUPS_PRINTER_CLASS)) in cupsdCheckJobs()
1082 if (job->dtype & CUPS_PRINTER_CLASS) in cupsdContinueJob()
2117 job->dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE); in cupsdMoveJob()
3249 if (job->dtype & CUPS_PRINTER_CLASS) in finalize_job()
5411 (job->printer->type & CUPS_PRINTER_CLASS) ? in update_job()
/aosp_15_r20/external/libcups/systemv/
H A Dlpadmin.c1069 if (get_printer_type(http, printer, uri, sizeof(uri)) & CUPS_PRINTER_CLASS) in delete_printer_option()
1199 if (type & CUPS_PRINTER_CLASS) in get_printer_type()
1256 if (get_printer_type(http, printer, uri, sizeof(uri)) & CUPS_PRINTER_CLASS) in set_printer_options()
/aosp_15_r20/external/libcups/cgi-bin/
H A Dprinters.c335 "printer-type-mask", CUPS_PRINTER_CLASS); in show_all_printers()
H A Dadmin.c354 CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE); in do_am_class()
/aosp_15_r20/external/libcups/cups/
H A Dcups.h203 CUPS_PRINTER_CLASS = 0x0001, /* Printer class */ enumerator
H A Dcupspm.md164 - `CUPS_PRINTER_CLASS`: A collection of destinations.