Searched refs:cupsLastError (Results 1 – 12 of 12) sorted by relevance
58 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()
159 return (cupsLastError()); in cupsGetDevices()268 return (cupsLastError()); in cupsGetDevices()
505 if (cupsLastError() != IPP_STATUS_OK) in cupsGetServerPPD()637 if (cupsLastError() != IPP_STATUS_ERROR_NOT_FOUND) in cups_get_printer_uri()
138 return (cupsLastError()); in cupsCancelJob2()239 return (cupsLastError()); in cupsFinishDocument()
239 cupsLastError
194 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)
350 extern ipp_status_t cupsLastError(void);
474 cupsLastError(void) in cupsLastError() function
925 while (state == IPP_PSTATE_STOPPED && cupsLastError() == IPP_STATUS_OK) in _cupsCreateDest()2117 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in cupsSetDests2()
136 if (!response || cupsLastError() > IPP_STATUS_OK_CONFLICTING) in cupsAdminCreateWindowsPPD()
640 status = cupsLastError(); in cupsCopyDestInfo()
316 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in main()355 if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE) in main()