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

Function ppdLastError

cups/ppd.c:392–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 */
391
392ppd_status_t /* O - Status code */
393ppdLastError(int *line) /* O - Line number */
394{
395 _ppd_globals_t *pg = _ppdGlobals();
396 /* Global data */
397
398
399 if (line)
400 *line = pg->ppd_line;
401
402 return (pg->ppd_status);
403}
404
405
406/*

Callers 15

load_ppd_attributesFunction · 0.85
add_printer_filtersFunction · 0.85
load_ppdFunction · 0.85
mainFunction · 0.85
do_am_printerFunction · 0.85
do_set_optionsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
set_printer_optionsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

_ppdGlobalsFunction · 0.85

Tested by 6

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
do_ppd_testsFunction · 0.68
mainFunction · 0.68