/external/libcups/systemv/ |
D | lpstat.c | 188 …if (num_dests == 0 && (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || cupsLastError() == IPP_S… in main() 232 (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 365 (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 392 (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 414 (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 474 (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 540 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in check_dest() 601 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in check_dest() 723 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in show_accepting() 903 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in show_classes() [all …]
|
D | lp.c | 156 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 576 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 673 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in restart_job() 723 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in set_job_attrs()
|
/external/libcups/cups/ |
D | ipp.c | 4747 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad attribute name - invalid character (RFC… in ippValidateAttribute() 4753 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad attribute name - bad length %d (RFC 801… in ippValidateAttribute() 4768 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad boolean value %d (RFC 8011 section 5.1.… in ippValidateAttribute() 4779 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad enum value %d - out of range (RFC 8011 … in ippValidateAttribute() 4790 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad octetString value - bad length %d (RFC … in ippValidateAttribute() 4803 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad dateTime month %u (RFC 8011 section 5.1… in ippValidateAttribute() 4809 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad dateTime day %u (RFC 8011 section 5.1.1… in ippValidateAttribute() 4815 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad dateTime hours %u (RFC 8011 section 5.1… in ippValidateAttribute() 4821 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad dateTime minutes %u (RFC 8011 section 5… in ippValidateAttribute() 4827 …ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad dateTime seconds %u (RFC 8011 section 5… in ippValidateAttribute() [all …]
|
D | ipp.h | 542 IPP_STATUS_ERROR_BAD_REQUEST = 0x0400,/* client-error-bad-request */ enumerator 630 # define IPP_BAD_REQUEST IPP_STATUS_ERROR_BAD_REQUEST
|
D | ipp-support.c | 2247 else if (error >= IPP_STATUS_ERROR_BAD_REQUEST && in ippErrorString() 2249 return (ipp_status_400s[error - IPP_STATUS_ERROR_BAD_REQUEST]); in ippErrorString()
|
D | util.c | 669 if (n == 0 && cg->last_error >= IPP_STATUS_ERROR_BAD_REQUEST) in cupsGetJobs2()
|
D | request.c | 1146 _cupsSetError(IPP_STATUS_ERROR_BAD_REQUEST, httpStatus(status), 0); in _cupsSetHTTPError()
|
D | cupspm.md | 908 if (cupsLastError() >= IPP_STATUS_ERROR_BAD_REQUEST) 916 if (cupsLastError() >= IPP_STATUS_ERROR_BAD_REQUEST) 927 `IPP_STATUS_ERROR_BAD_REQUEST`, etc.) and the corresponding 32-bit integer
|
D | dest-options.c | 777 …if ((status == IPP_STATUS_ERROR_BAD_REQUEST || status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) &… in cupsCopyDestInfo()
|
/external/libcups/berkeley/ |
D | lpr.c | 231 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 341 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
|
D | lpq.c | 136 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main() 207 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 2481 … respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Unexpected document data following request."); in finish_document_uri() 2492 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Missing document-uri."); in finish_document_uri() 2499 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Too many document-uri values."); in finish_document_uri() 2510 …respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Bad document-uri: %s", httpURIStatusString(uri_… in finish_document_uri() 3208 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, in ipp_create_job() 3395 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, in ipp_get_jobs() 3590 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "No file in request."); in ipp_print_job() 3698 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Missing required last-document attribute."); in ipp_send_document() 3704 …respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "The last-document attribute is not in the opera… in ipp_send_document() 3789 respond_ipp(client, IPP_STATUS_ERROR_BAD_REQUEST, "Missing required last-document attribute."); in ipp_send_uri() [all …]
|
D | ippfind.c | 2292 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST && version > 11) in list_service()
|
/external/libcups/scheduler/ |
D | ipp.c | 199 …EVENT_SERVER_AUDIT, NULL, NULL, "%04X %s Bad request ID %d.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 201 …send_ipp_status(con, IPP_STATUS_ERROR_BAD_REQUEST, _("Bad request ID %d."), con->request->request.… in cupsdProcessIPPRequest() 205 …ERVER_AUDIT, NULL, NULL, "%04X %s No attributes in request.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 207 send_ipp_status(con, IPP_STATUS_ERROR_BAD_REQUEST, _("No attributes in request.")); in cupsdProcessIPPRequest() 225 …DIT, NULL, NULL, "%04X %s Attribute groups are out of order", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 227 …send_ipp_status(con, IPP_STATUS_ERROR_BAD_REQUEST, _("Attribute groups are out of order (%x < %x).… in cupsdProcessIPPRequest() 318 … NULL, NULL, "%04X %s Missing attributes-charset attribute.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 326 …LL, "%04X %s Missing attributes-natural-language attribute.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 333 …04X %s Missing printer-uri, job-uri, or ppd-name attribute.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() 364 …"%04X %s \"requesting-user-name\" attribute in wrong group.", IPP_STATUS_ERROR_BAD_REQUEST, con->h… in cupsdProcessIPPRequest() [all …]
|
/external/libcups/backend/ |
D | ipp.c | 963 else if ((ipp_status == IPP_STATUS_ERROR_BAD_REQUEST || in main() 1559 ipp_status == IPP_STATUS_ERROR_BAD_REQUEST) in main() 1561 else if (job_auth == NULL && ipp_status > IPP_STATUS_ERROR_BAD_REQUEST) in main()
|