Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h212 HTTP_STATE_STATUS, /* Command complete, sending status */ enumerator
230 # define HTTP_STATUS HTTP_STATE_STATUS
Dhttp.c1711 http->state = HTTP_STATE_STATUS; in httpPeek()
2165 http->state = HTTP_STATE_STATUS; in httpRead2()
3377 http->state = HTTP_STATE_STATUS; in httpWrite2()
3571 http->state == HTTP_STATE_STATUS) in httpWriteResponse()