Searched refs:cupsdGetPrinterJobCount (Results 1 – 3 of 3) sorted by relevance
151 extern int cupsdGetPrinterJobCount(const char *dest);
1501 cupsdGetPrinterJobCount( in cupsdGetPrinterJobCount() function
2886 count = cupsdGetPrinterJobCount(p->name); in add_queued_job_count()3705 if (cupsdGetPrinterJobCount(p->name) >= MaxJobsPerPrinter) in check_quotas()