Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h207 HTTP_STATE_STATUS, /* Command complete, sending status */ enumerator
225 # define HTTP_STATUS HTTP_STATE_STATUS
Dhttp.c1666 http->state = HTTP_STATE_STATUS; in httpPeek()
2125 http->state = HTTP_STATE_STATUS; in httpRead2()
3313 http->state = HTTP_STATE_STATUS; in httpWrite2()
3504 http->state == HTTP_STATE_STATUS) in httpWriteResponse()
/external/libcups/scheduler/
Dclient.c580 httpGetState(con->http) == HTTP_STATE_STATUS) in cupsdReadClient()
1563 if (httpGetState(con->http) == HTTP_STATE_STATUS) in cupsdReadClient()