Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-util.c505 if (cupsLastError() != IPP_STATUS_OK) in cupsGetServerPPD()
Dipp.h491 IPP_STATUS_OK = 0x0000, /* successful-ok */ enumerator
580 # define IPP_OK IPP_STATUS_OK
Dcupspm.md646 to by the `job_id` argument and `IPP_STATUS_OK` is returned. Otherwise, an IPP
666 options) == IPP_STATUS_OK)
723 info) == IPP_STATUS_OK)
915 IPP attributes (`ipp_attribute_t`) that includes a status code (`IPP_STATUS_OK`,
Dutil.c859 if (status != HTTP_STATUS_CONTINUE || cupsFinishDocument(http, name) != IPP_STATUS_OK) in cupsPrintFiles2()
Dipp-support.c2052 if (error >= IPP_STATUS_OK && error <= IPP_STATUS_OK_EVENTS_COMPLETE) in ippErrorString()
Ddest.c925 while (state == IPP_PSTATE_STOPPED && cupsLastError() == IPP_STATUS_OK) in _cupsCreateDest()
1807 _cupsSetError(IPP_STATUS_OK, NULL, 0); in cupsGetDests2()