Searched refs:HTTP_STATE_GET (Results 1 – 4 of 4) sorted by relevance
196 HTTP_STATE_GET, /* GET command, waiting for blank line */ enumerator214 # define HTTP_GET HTTP_STATE_GET
735 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet()1041 (http->state == HTTP_STATE_GET && http->mode == _HTTP_MODE_SERVER) || in httpGetLength2()2250 http->state = HTTP_STATE_GET; in httpReadRequest()2809 case HTTP_STATE_GET : in _httpUpdate()3527 if (http->state == HTTP_STATE_POST_RECV || http->state == HTTP_STATE_GET) in httpWriteResponse()
766 case HTTP_STATE_GET : in cupsdReadClient()3282 if (*commptr == '?' && con->operation == HTTP_STATE_GET && !con->query_string) in pipe_command()3457 if (con->operation == HTTP_STATE_GET) in pipe_command()
5797 case HTTP_STATE_GET : in process_http()