Home
last modified time | relevance | path

Searched refs:HTTP_STATE_PUT_RECV (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp.h203 HTTP_STATE_PUT_RECV, /* PUT command, receiving data */ enumerator
221 # define HTTP_PUT_RECV HTTP_STATE_PUT_RECV
Dhttp.c3792 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
3808 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
4434 http->state == HTTP_STATE_PUT_RECV)) in http_send()
/external/libcups/scheduler/
Dclient.c1323 case HTTP_STATE_PUT_RECV : in cupsdReadClient()
1503 case HTTP_STATE_PUT_RECV : in cupsdReadClient()
1555 else if (httpGetState(con->http) == HTTP_STATE_PUT_RECV) in cupsdReadClient()
1561 while (httpGetState(con->http) == HTTP_STATE_PUT_RECV && httpGetReady(con->http)); in cupsdReadClient()