MCPcopy Create free account
hub / github.com/OpenPrinting/cups / report_levels

Function report_levels

filter/commandtops.c:495–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 */
494
495static void
496report_levels(ppd_file_t *ppd, /* I - PPD file */
497 const char *user) /* I - Printing user */
498{
499 /*
500 * Put the printer in PostScript mode...
501 */
502
503 begin_ps(ppd, user);
504
505 /*
506 * Don't bother sending any additional PostScript commands, since we just
507 * want the backend to have enough time to collect the supply info.
508 */
509
510 /*
511 * Finish the job...
512 */
513
514 end_ps(ppd);
515}

Callers 1

mainFunction · 0.85

Calls 2

begin_psFunction · 0.85
end_psFunction · 0.85

Tested by

no test coverage detected