Home
last modified time | relevance | path

Searched refs:ipp_state (Results 1 – 2 of 2) sorted by relevance

/external/libcups/scheduler/
Dclient.c554 ipp_state_t ipp_state; /* State of IPP transfer */ in cupsdReadClient() local
1621 if ((ipp_state = ippRead(con->http, con->request)) == IPP_STATE_ERROR) in cupsdReadClient()
1630 else if (ipp_state != IPP_STATE_DATA) in cupsdReadClient()
2250 ipp_state_t ipp_state; /* IPP state value */ in cupsdWriteClient() local
2330 ipp_state = ippWrite(con->http, con->response); in cupsdWriteClient()
2339 while (ipp_state != IPP_STATE_DATA && ipp_state != IPP_STATE_ERROR); in cupsdWriteClient()
2344 ippStateString(ipp_state), in cupsdWriteClient()
2350 bytes = ipp_state != IPP_STATE_ERROR && in cupsdWriteClient()
2351 (con->file >= 0 || ipp_state != IPP_STATE_DATA); in cupsdWriteClient()
/external/libcups/tools/
Dippeveprinter.c5623 ipp_state_t ipp_state; /* State of IPP transfer */ in process_http() local
5899 while ((ipp_state = ippRead(client->http, in process_http()
5902 if (ipp_state == IPP_STATE_ERROR) in process_http()