Home
last modified time | relevance | path

Searched refs:HTTP_VERSION_1_1 (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h41 HTTP_VERSION_1_1, enumerator
/external/libcups/cups/
Dhttp.h399 HTTP_VERSION_1_1 = 101 /* HTTP/1.1 */ enumerator
404 # define HTTP_1_1 HTTP_VERSION_1_1
Dhttp.c2184 http->version = HTTP_VERSION_1_1; in httpReadRequest()
2280 http->version = HTTP_VERSION_1_1; in httpReadRequest()
2366 http->version = HTTP_VERSION_1_1; in httpReconnect2()
3364 if (http->version == HTTP_VERSION_1_1) in httpWriteResponse()
3990 http->version = HTTP_VERSION_1_1; in http_create()
/external/libcups/scheduler/
Dclient.c877 httpGetVersion(con->http) >= HTTP_VERSION_1_1) in cupsdReadClient()
1960 if (httpGetVersion(con->http) >= HTTP_VERSION_1_1 && in cupsdSendError()
2447 if (httpGetVersion(con->http) == HTTP_VERSION_1_1 && in cupsdWriteClient()
3429 if (httpGetVersion(con->http) == HTTP_VERSION_1_1) in pipe_command()
/external/libcups/backend/
Dipp.c924 if (http->version < HTTP_VERSION_1_1) in main()
1387 if (http->version < HTTP_VERSION_1_1 && num_files == 0) in main()
1415 else if (http->version < HTTP_VERSION_1_1 && num_files == 1) in main()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1455 request_version = HTTP_VERSION_1_1; in lws_http_action()
1460 if (request_version == HTTP_VERSION_1_1) in lws_http_action()
/external/libcups/tools/
Dippeveprinter.c5737 httpGetVersion(client->http) >= HTTP_VERSION_1_1) in process_http()