Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h200 HTTP_STATE_GET, /* GET command, waiting for blank line */ enumerator
218 # define HTTP_GET HTTP_STATE_GET
Dhttp.c747 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet()
1075 (http->state == HTTP_STATE_GET && http->mode == _HTTP_MODE_SERVER) || in httpGetLength2()
2276 http->state = HTTP_STATE_GET; in httpReadRequest()
2957 case HTTP_STATE_GET : in _httpUpdate()
3673 if (http->state == HTTP_STATE_POST_RECV || http->state == HTTP_STATE_GET) in httpWriteResponse()