Searched refs:IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED (Results 1 – 10 of 10) sorted by relevance
/external/libcups/systemv/ |
D | lpstat.c | 188 …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 …]
|
D | lp.c | 157 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/ |
D | lpr.c | 232 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main() 342 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
|
D | lpq.c | 137 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main() 208 cupsLastError() == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) in main()
|
/external/libcups/cups/ |
D | ipp.h | 599 IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, enumerator 661 # define IPP_VERSION_NOT_SUPPORTED IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED
|
D | request.c | 1158 _cupsSetError(IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, httpStatus(status), 0); in _cupsSetHTTPError()
|
D | dest-options.c | 777 …if ((status == IPP_STATUS_ERROR_BAD_REQUEST || status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) &… in cupsCopyDestInfo()
|
/external/libcups/backend/ |
D | ipp.c | 964 ipp_status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) && version > 10) in main()
|
/external/libcups/scheduler/ |
D | ipp.c | 189 …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/ |
D | ippeveprinter.c | 5962 …respond_ipp(client, IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED, "Bad request version number %d.%d.", m… in process_ipp()
|