Lines Matching refs:_cupsSetError
628 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0); in cupsConnectDest()
675 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(ENOENT), 0); in cupsConnectDest()
687 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Bad printer-uri."), 1); in cupsConnectDest()
1130 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0); in _cupsGetDestResource()
1170 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(ENOENT), 0); in _cupsGetDestResource()
1183 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Bad printer-uri."), 1); in _cupsGetDestResource()
1227 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0); in cupsGetDestWithURI()
1234 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Bad printer-uri."), 1); in cupsGetDestWithURI()
1287 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(errno), 0); in cupsGetDestWithURI()
1654 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Bad NULL dests pointer"), 1); in cupsGetDests2()
1807 _cupsSetError(IPP_STATUS_OK, NULL, 0); in cupsGetDests2()
3419 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Unable to resolve printer-uri."), 1);