Home
last modified time | relevance | path

Searched refs:cupsdFindDest (Results 1 – 8 of 8) sorted by relevance

/external/libcups/scheduler/
Dprinters.h160 extern cupsd_printer_t *cupsdFindDest(const char *name);
Dclasses.c248 if ((c = cupsdFindDest(name)) != NULL && (c->type & CUPS_PRINTER_CLASS)) in cupsdFindClass()
309 if ((p = cupsdFindDest(value)) != NULL) in cupsdLoadAllClasses()
Dipp.c712 printer = cupsdFindDest(job->dest); in cupsdTimeoutJob()
2114 if ((sub = cupsdAddSubscription(mask, cupsdFindDest(job->dest), job, in add_job_subscriptions()
3059 printer = cupsdFindDest(job->dest); in authenticate_job()
3077 cupsdFindDest(job->dest)); in authenticate_job()
3507 cupsdFindDest(job->dest)); in cancel_job()
3954 cupsdFindDest(job->dest)); in close_job()
5463 if ((printer = cupsdFindDest(name)) != NULL) in create_local_printer()
6427 printer = cupsdFindDest(job->dest); in get_job_attrs()
7547 if ((printer = cupsdFindDest(first_printer_name)) == NULL) in get_printers()
7941 cupsdFindDest(job->dest)); in hold_job()
[all …]
Djob.c334 printer = cupsdFindDest(job->dest); in cupsdCheckJobs()
349 printer = cupsdFindDest(job->dest); in cupsdCheckJobs()
1773 else if ((destptr = cupsdFindDest(job->dest)) == NULL) in cupsdLoadJob()
2102 oldp = cupsdFindDest(olddest); in cupsdMoveJob()
3013 printer = cupsdFindDest(job->dest); in dump_job_history()
Dlog.c639 …cupsd_printer_t *printer = job ? (job->printer ? job->printer : (job->dest ? cupsdFindDest(job->de… in cupsdLogJob()
Dclient.c2720 if ((p = cupsdFindDest(dest)) == NULL) in get_file()
2757 if ((p = cupsdFindDest(dest)) == NULL) in get_file()
2807 if ((p = cupsdFindDest(dest)) == NULL) in get_file()
Dsubscriptions.c854 if ((sub->dest = cupsdFindDest(value)) == NULL) in cupsdLoadAllSubscriptions()
Dprinters.c902 cupsdFindDest(const char *name) /* I - Name of printer or class to find */ in cupsdFindDest() function
922 if ((p = cupsdFindDest(name)) != NULL && (p->type & CUPS_PRINTER_CLASS)) in cupsdFindPrinter()
3079 p = cupsdFindDest(rptr); in cupsdValidateDest()