Searched refs:httpGetVersion (Results 1 – 6 of 6) sorted by relevance
755 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()
408 httpGetVersion
542 extern http_version_t httpGetVersion(http_t *http) _CUPS_API_1_6;
1467 httpGetVersion(http_t *http) /* I - HTTP connection */ in httpGetVersion() function
1153 if (httpGetVersion(data->http) != HTTP_1_1) in do_test()1155 int version = (int)httpGetVersion(data->http); in do_test()
5737 httpGetVersion(client->http) >= HTTP_VERSION_1_1) in process_http()