Lines Matching refs:keep_alive
1012 return (http ? http->keep_alive : HTTP_KEEPALIVE_OFF); in httpGetKeepAlive()
2222 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest()
2316 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest()
2321 http->keep_alive = HTTP_KEEPALIVE_ON; in httpReadRequest()
2407 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReconnect2()
2689 http_keepalive_t keep_alive) /* I - New Keep-Alive value */ in httpSetKeepAlive() argument
2692 http->keep_alive = keep_alive; in httpSetKeepAlive()
3422 if (status >= HTTP_STATUS_BAD_REQUEST && http->keep_alive) in httpWriteResponse()
3424 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpWriteResponse()
3432 if (http->keep_alive) in httpWriteResponse()
3438 if (http->keep_alive && !http->fields[HTTP_FIELD_KEEP_ALIVE][0]) in httpWriteResponse()