Searched refs:HTTP_STATE_GET (Results 1 – 2 of 2) sorted by relevance
201 HTTP_STATE_GET, /* GET command, waiting for blank line */ enumerator219 # define HTTP_GET HTTP_STATE_GET
758 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet()1089 (http->state == HTTP_STATE_GET && http->mode == _HTTP_MODE_SERVER) || in httpGetLength2()2290 http->state = HTTP_STATE_GET; in httpReadRequest()2873 case HTTP_STATE_GET : in _httpUpdate()3594 if (http->state == HTTP_STATE_POST_RECV || http->state == HTTP_STATE_GET) in httpWriteResponse()