Home
last modified time | relevance | path

Searched refs:IPP_STATUS_ERROR_REQUEST_VALUE (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dipp.h551 IPP_STATUS_ERROR_REQUEST_VALUE, /* client-error-request-value-too-long */ enumerator
639 # define IPP_REQUEST_VALUE IPP_STATUS_ERROR_REQUEST_VALUE
Drequest.c1150 _cupsSetError(IPP_STATUS_ERROR_REQUEST_VALUE, httpStatus(status), 0); in _cupsSetHTTPError()
/external/libcups/backend/
Dipp.c1735 else if (ipp_status == IPP_STATUS_ERROR_REQUEST_VALUE) in main()
1942 else if (ipp_status == IPP_STATUS_ERROR_REQUEST_VALUE || in main()
2254 …G || ipp_status == IPP_STATUS_ERROR_REQUEST_ENTITY || ipp_status == IPP_STATUS_ERROR_REQUEST_VALUE) in main()
2256 else if (ipp_status == IPP_STATUS_ERROR_REQUEST_VALUE || in main()
2260 if (ipp_status == IPP_STATUS_ERROR_REQUEST_VALUE) in main()