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

Function cupsLastError

cups/request.c:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 */
479
480ipp_status_t /* O - IPP status code from last request */
481cupsLastError(void)
482{
483 return (_cupsGlobals()->last_error);
484}
485
486
487/*

Callers 15

list_serviceFunction · 0.85
do_testFunction · 0.85
mainFunction · 0.85
get_job_fileFunction · 0.85
do_testFunction · 0.85
create_local_bg_threadFunction · 0.85
create_jobFunction · 0.85
get_printerFunction · 0.85
print_fileFunction · 0.85
remove_jobsFunction · 0.85
send_stateFunction · 0.85
mainFunction · 0.85

Calls 1

_cupsGlobalsFunction · 0.85

Tested by 3

mainFunction · 0.68
do_testFunction · 0.68
run_clientFunction · 0.68