Home
last modified time | relevance | path

Searched refs:IPP_STATUS_ERROR_BAD_REQUEST (Results 1 – 15 of 15) sorted by relevance

/external/libcups/systemv/
Dlpstat.c188 …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 …]
Dlp.c156 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/
Dipp.c4747 …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 …]
Dipp.h542 IPP_STATUS_ERROR_BAD_REQUEST = 0x0400,/* client-error-bad-request */ enumerator
630 # define IPP_BAD_REQUEST IPP_STATUS_ERROR_BAD_REQUEST
Dipp-support.c2247 else if (error >= IPP_STATUS_ERROR_BAD_REQUEST && in ippErrorString()
2249 return (ipp_status_400s[error - IPP_STATUS_ERROR_BAD_REQUEST]); in ippErrorString()
Dutil.c669 if (n == 0 && cg->last_error >= IPP_STATUS_ERROR_BAD_REQUEST) in cupsGetJobs2()
Drequest.c1146 _cupsSetError(IPP_STATUS_ERROR_BAD_REQUEST, httpStatus(status), 0); in _cupsSetHTTPError()
Dcupspm.md908 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
Ddest-options.c777 …if ((status == IPP_STATUS_ERROR_BAD_REQUEST || status == IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED) &… in cupsCopyDestInfo()
/external/libcups/berkeley/
Dlpr.c231 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
341 else if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
Dlpq.c136 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
207 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST || in main()
/external/libcups/tools/
Dippeveprinter.c2481 … 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 …]
Dippfind.c2292 if (cupsLastError() == IPP_STATUS_ERROR_BAD_REQUEST && version > 11) in list_service()
/external/libcups/scheduler/
Dipp.c199 …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/
Dipp.c963 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()