Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h201 HTTP_STATE_GET_SEND, /* GET command, sending data */ enumerator
219 # define HTTP_GET_SEND HTTP_STATE_GET_SEND
Dhttp.c2147 else if (http->state == HTTP_STATE_GET_SEND || in httpRead2()
3453 http->state == HTTP_STATE_GET_SEND) in httpWrite2()
3783 if (http->state == HTTP_STATE_GET_SEND || in http_content_coding_start()
3799 if (http->state == HTTP_STATE_GET_SEND || in http_content_coding_start()
4464 http->state != HTTP_STATE_GET_SEND && in http_set_length()
Drequest.c621 if (http->state == HTTP_STATE_GET_SEND || in cupsSendRequest()