Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h196 HTTP_STATE_GET, /* GET command, waiting for blank line */ enumerator
214 # define HTTP_GET HTTP_STATE_GET
Dhttp.c735 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()
/external/libcups/scheduler/
Dclient.c766 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()
/external/libcups/tools/
Dippeveprinter.c5797 case HTTP_STATE_GET : in process_http()