Searched refs:cupsdFindDest (Results 1 – 8 of 8) sorted by relevance
160 extern cupsd_printer_t *cupsdFindDest(const char *name);
248 if ((c = cupsdFindDest(name)) != NULL && (c->type & CUPS_PRINTER_CLASS)) in cupsdFindClass()309 if ((p = cupsdFindDest(value)) != NULL) in cupsdLoadAllClasses()
712 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 …]
334 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()
639 …cupsd_printer_t *printer = job ? (job->printer ? job->printer : (job->dest ? cupsdFindDest(job->de… in cupsdLogJob()
2720 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()
854 if ((sub->dest = cupsdFindDest(value)) == NULL) in cupsdLoadAllSubscriptions()
902 cupsdFindDest(const char *name) /* I - Name of printer or class to find */ in cupsdFindDest() function922 if ((p = cupsdFindDest(name)) != NULL && (p->type & CUPS_PRINTER_CLASS)) in cupsdFindPrinter()3079 p = cupsdFindDest(rptr); in cupsdValidateDest()