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()
3315 http->state = HTTP_STATE_STATUS; in httpWrite2()
3506 http->state == HTTP_STATE_STATUS) in httpWriteResponse()
/external/libcups/scheduler/
Dclient.c581 httpGetState(con->http) == HTTP_STATE_STATUS) in cupsdReadClient()
1564 if (httpGetState(con->http) == HTTP_STATE_STATUS) in cupsdReadClient()