Home
last modified time | relevance | path

Searched refs:IPP_STATUS_OK (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dppd-util.c525 if (cupsLastError() != IPP_STATUS_OK) in cupsGetServerPPD()
Dipp.h531 IPP_STATUS_OK = 0x0000, /* successful-ok */ enumerator
620 # define IPP_OK IPP_STATUS_OK
Dutil.c855 if (status != HTTP_STATUS_CONTINUE || cupsFinishDocument(http, name) != IPP_STATUS_OK) in cupsPrintFiles2()
Dcupspm.md655 to by the `job_id` argument and `IPP_STATUS_OK` is returned. Otherwise, an IPP
675 options) == IPP_STATUS_OK)
732 info) == IPP_STATUS_OK)
926 IPP attributes (`ipp_attribute_t`) that includes a status code (`IPP_STATUS_OK`,
Dipp-support.c2241 if (error >= IPP_STATUS_OK && error <= IPP_STATUS_OK_EVENTS_COMPLETE) in ippErrorString()
Ddest.c918 while (state == IPP_PSTATE_STOPPED && cupsLastError() == IPP_STATUS_OK) in _cupsCreateDest()
1713 _cupsSetError(IPP_STATUS_OK, NULL, 0); in cupsGetDests2()
/external/libcups/tools/
Dippeveprinter.c2415 respond_ipp(client, IPP_STATUS_OK, NULL); in finish_document_data()
2698 respond_ipp(client, IPP_STATUS_OK, NULL); in finish_document_uri()
3120 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_cancel_job()
3175 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_close_job()
3228 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_create_job()
3260 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_get_job_attributes()
3412 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_get_jobs()
3464 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_get_printer_attributes()
3560 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_identify_printer()
3845 respond_ipp(client, IPP_STATUS_OK, NULL); in ipp_validate_job()
/external/libcups/backend/
Dipp.c2070 ipp_status = IPP_STATUS_OK; in main()
2086 ipp_status = IPP_STATUS_OK; in main()
2096 ipp_status = IPP_STATUS_OK; in main()
/external/libcups/scheduler/
Dipp.c5503 send_ipp_status(con, IPP_STATUS_OK, _("Local printer created.")); in create_local_printer()
7138 ippSetStatusCode(con->response, IPP_STATUS_OK); in get_ppd()