Home
last modified time | relevance | path

Searched refs:set_ipp_error (Results 1 – 3 of 3) sorted by relevance

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c58 set_ipp_error (ipp_status_t status, const char *message) in set_ipp_error() function
488 set_ipp_error (answer ? ippGetStatusCode (answer) : cupsLastError (), in do_printer_request()
1199 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_getServerPPD()
1907 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_createJob()
1961 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_startDocument()
1997 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_writeRequestData()
2028 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_finishDocument()
3535 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_deletePrinterFromClass()
3710 set_ipp_error (err, cupsLastErrorString ()); in Connection_getPPD()
4624 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in Connection_printFile()
[all …]
H A Dcupsconnection.h76 void set_ipp_error (ipp_status_t status,
H A Dcupsmodule.c514 set_ipp_error (cupsLastError (), cupsLastErrorString ()); in cups_connectDest()