Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h207 HTTP_STATE_PUT_RECV, /* PUT command, receiving data */ enumerator
225 # define HTTP_PUT_RECV HTTP_STATE_PUT_RECV
Dhttp.c3788 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
3804 http->state == HTTP_STATE_PUT_RECV) in http_content_coding_start()
4410 http->state == HTTP_STATE_PUT_RECV)) in http_send()