Searched refs:cupsCreateJob (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | util.c | 151 cupsCreateJob( in cupsCreateJob() function 812 if ((job_id = cupsCreateJob(http, name, title, num_options, options)) == 0) in cupsPrintFiles2()
|
D | libcups2.def | 181 cupsCreateJob
|
D | testcups.c | 199 if ((job_id = cupsCreateJob(CUPS_HTTP_DEFAULT, argv[2], "testcups", 0, in main()
|
D | cups.h | 442 extern int cupsCreateJob(http_t *http, const char *name,
|
/external/libcups/berkeley/ |
D | lpr.c | 375 else if ((job_id = cupsCreateJob(CUPS_HTTP_DEFAULT, printer, in main()
|
/external/libcups/systemv/ |
D | lp.c | 598 else if ((job_id = cupsCreateJob(CUPS_HTTP_DEFAULT, printer, in main()
|
/external/libcups/cgi-bin/ |
D | ipp-var.c | 577 if ((job_id = cupsCreateJob(http, dest, title, in cgiPrintCommand()
|
/external/libcups/ |
D | CHANGES.md | 251 - The `cupsCreateJob`, `cupsPrintFile2`, and `cupsPrintFiles2` APIs did not use
|