Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h195 HTTP_STATE_OPTIONS, /* OPTIONS command, waiting for blank line */ enumerator
213 # define HTTP_OPTIONS HTTP_STATE_OPTIONS
Dhttp.c1040 http->state == HTTP_STATE_OPTIONS || in httpGetLength2()
1579 return (http_send(http, HTTP_STATE_OPTIONS, uri)); in httpOptions()
2248 http->state = HTTP_STATE_OPTIONS; in httpReadRequest()
3499 else if (http->state == HTTP_STATE_OPTIONS || in httpWriteResponse()
/external/libcups/scheduler/
Dclient.c764 case HTTP_STATE_OPTIONS : in cupsdReadClient()
907 else if (con->operation == HTTP_STATE_OPTIONS) in cupsdReadClient()
/external/libcups/tools/
Dippeveprinter.c5707 (http_state != HTTP_STATE_OPTIONS || strcmp(uri, "*"))) in process_http()
5782 case HTTP_STATE_OPTIONS : in process_http()
7072 client->operation == HTTP_STATE_OPTIONS) in respond_http()