Home
last modified time | relevance | path

Searched refs:httpGetVersion (Results 1 – 6 of 6) sorted by relevance

/external/libcups/scheduler/
Dclient.c755 httpGetVersion(con->http) / 100, in cupsdReadClient()
756 httpGetVersion(con->http) % 100); in cupsdReadClient()
877 httpGetVersion(con->http) >= HTTP_VERSION_1_1) in cupsdReadClient()
1075 if (httpGetVersion(con->http) <= HTTP_VERSION_1_0) in cupsdReadClient()
1172 if (httpGetVersion(con->http) <= HTTP_VERSION_1_0) in cupsdReadClient()
1310 if (httpGetVersion(con->http) <= HTTP_VERSION_1_0) 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()
3431 else if (httpGetVersion(con->http) == HTTP_VERSION_1_0) in pipe_command()
/external/libcups/cups/
Dlibcups2.def408 httpGetVersion
Dhttp.h542 extern http_version_t httpGetVersion(http_t *http) _CUPS_API_1_6;
Dhttp.c1467 httpGetVersion(http_t *http) /* I - HTTP connection */ in httpGetVersion() function
/external/libcups/tools/
Dipptool.c1153 if (httpGetVersion(data->http) != HTTP_1_1) in do_test()
1155 int version = (int)httpGetVersion(data->http); in do_test()
Dippeveprinter.c5737 httpGetVersion(client->http) >= HTTP_VERSION_1_1) in process_http()