Home
last modified time | relevance | path

Searched refs:cupsLastError (Results 1 – 12 of 12) sorted by relevance

/external/libcups/cups/
Ddest-job.c58 return (cupsLastError()); in cupsCancelDestJob()
147 DEBUG_printf(("1cupsCloseDestJob: %s (%s)", ippErrorString(cupsLastError()), in cupsCloseDestJob()
150 return (cupsLastError()); in cupsCloseDestJob()
245 DEBUG_printf(("1cupsCreateDestJob: %s (%s)", ippErrorString(cupsLastError()), in cupsCreateDestJob()
248 return (cupsLastError()); in cupsCreateDestJob()
293 ippErrorString(cupsLastError()), cupsLastErrorString())); in cupsFinishDestDocument()
295 return (cupsLastError()); in cupsFinishDestDocument()
Dgetdevices.c159 return (cupsLastError()); in cupsGetDevices()
268 return (cupsLastError()); in cupsGetDevices()
Dppd-util.c505 if (cupsLastError() != IPP_STATUS_OK) in cupsGetServerPPD()
637 if (cupsLastError() != IPP_STATUS_ERROR_NOT_FOUND) in cups_get_printer_uri()
Dutil.c138 return (cupsLastError()); in cupsCancelJob2()
239 return (cupsLastError()); in cupsFinishDocument()
Dlibcups2.def239 cupsLastError
Dcupspm.md194 found by calling the `cupsLastError` and/or `cupsLastErrorString` functions.
894 The status from the most recent request can be queried using the `cupsLastError`
897 if (cupsLastError() >= IPP_STATUS_ERROR_BAD_REQUEST)
905 if (cupsLastError() >= IPP_STATUS_ERROR_BAD_REQUEST)
Dcups.h350 extern ipp_status_t cupsLastError(void);
Drequest.c474 cupsLastError(void) in cupsLastError() function
Ddest.c925 while (state == IPP_PSTATE_STOPPED && cupsLastError() == IPP_STATUS_OK) in _cupsCreateDest()
2117 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in cupsSetDests2()
Dadminutil.c136 if (!response || cupsLastError() > IPP_STATUS_OK_CONFLICTING) in cupsAdminCreateWindowsPPD()
Ddest-options.c640 status = cupsLastError(); in cupsCopyDestInfo()
/external/libcups/filter/
Dtestclient.c316 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in main()
355 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in main()