Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h208 HTTP_STATE_PUT_RECV, /* PUT command, receiving data */ enumerator
226 # define HTTP_PUT_RECV HTTP_STATE_PUT_RECV
Dhttp.c3835 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
3851 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
4478 http->state == HTTP_STATE_PUT_RECV)) in http_send()