Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
480
ipp_status_t /* O - IPP status code from last request */
481
cupsLastError(void)
482
{
483
return (_cupsGlobals()->last_error);
484
}
485
486
487
/*
Callers
15
list_service
Function · 0.85
do_test
Function · 0.85
main
Function · 0.85
get_job_file
Function · 0.85
do_test
Function · 0.85
create_local_bg_thread
Function · 0.85
create_job
Function · 0.85
get_printer
Function · 0.85
print_file
Function · 0.85
remove_jobs
Function · 0.85
send_state
Function · 0.85
main
Function · 0.85
Calls
1
_cupsGlobals
Function · 0.85
Tested by
3
main
Function · 0.68
do_test
Function · 0.68
run_client
Function · 0.68