Home
last modified time | relevance | path

Searched refs:HTTP_KEEPALIVE_ON (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp.h186 HTTP_KEEPALIVE_ON /* Use keep alive */ enumerator
Dhttp.c2281 http->keep_alive = HTTP_KEEPALIVE_ON; in httpReadRequest()
/external/libcups/scheduler/
Dclient.c871 httpSetKeepAlive(con->http, HTTP_KEEPALIVE_ON); in cupsdReadClient()