Home
last modified time | relevance | path

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

/external/libcups/cups/
Drequest.c340 if (http->state != HTTP_STATE_POST_RECV && http->state != HTTP_STATE_POST_SEND) in cupsGetResponse()
812 http->state == HTTP_STATE_POST_RECV); in cupsSendRequest()
969 while (status != HTTP_STATUS_ERROR && http->state == HTTP_STATE_POST_RECV); in cupsWriteRequestData()
Dhttp.c1708 if (http->state == HTTP_STATE_POST_RECV) in httpPeek()
2159 if (http->state == HTTP_STATE_POST_RECV) in httpRead2()
2875 case HTTP_STATE_POST_RECV : in _httpUpdate()
3371 if (http->state == HTTP_STATE_POST_RECV) in httpWrite2()
3594 if (http->state == HTTP_STATE_POST_RECV || http->state == HTTP_STATE_GET) in httpWriteResponse()
3834 else if (http->state == HTTP_STATE_POST_RECV || in http_content_coding_start()
3850 else if (http->state == HTTP_STATE_POST_RECV || in http_content_coding_start()
4477 (http->state == HTTP_STATE_POST_RECV || in http_send()
Dhttp.h205 HTTP_STATE_POST_RECV, /* POST command, receiving data */ enumerator
223 # define HTTP_POST_RECV HTTP_STATE_POST_RECV