Home
last modified time | relevance | path

Searched refs:IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED (Results 1 – 10 of 10) sorted by relevance

/external/libcups/systemv/
Dlpstat.c188 …or() == IPP_STATUS_ERROR_BAD_REQUEST || cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
233 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
366 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
393 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
415 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
475 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED)) in main()
541 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in check_dest()
602 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in check_dest()
724 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in show_accepting()
904 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in show_classes()
[all …]
Dlp.c157 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
577 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
674 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in restart_job()
724 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in set_job_attrs()
/external/libcups/berkeley/
Dlpr.c232 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
342 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
Dlpq.c137 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
208 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
/external/libcups/cups/
Dipp.h599 IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, enumerator
661 # define IPP_VERSION_NOT_SUPPORTED IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED
Drequest.c1158 _cupsSetError(IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, httpStatus(status), 0); in _cupsSetHTTPError()
Ddest-options.c777 …if ((status == IPP_STATUS_ERROR_BAD_REQUEST || status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) &… in cupsCopyDestInfo()
/external/libcups/backend/
Dipp.c964 ipp_status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) && version > 10) in main()
/external/libcups/scheduler/
Dipp.c189 …NULL, NULL, "%04X %s Bad request version number %d.%d.", IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, c… in cupsdProcessIPPRequest()
191 …send_ipp_status(con, IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, _("Bad request version number %d.%d."… in cupsdProcessIPPRequest()
5292 if (status == IPP_STATUS_ERROR_BAD_REQUEST || status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in create_local_bg_thread()
/external/libcups/tools/
Dippeveprinter.c5962 …respond_ipp(client, IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, "Bad request version number %d.%d.", m… in process_ipp()