Searched refs:AP_CONN_KEEPALIVE (Results 1 - 8 of 8) sorted by relevance

/httpd/modules/http/
H A Dhttp_core.c221 if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted)
H A Dhttp_protocol.c260 r->connection->keepalive = AP_CONN_KEEPALIVE;
/httpd/server/mpm/simple/
H A Dsimple_io.c137 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) {
/httpd/include/
H A Dhttpd.h1078 AP_CONN_KEEPALIVE enumerator in enum:__anon29
/httpd/modules/arch/win32/
H A Dmod_isapi.c1181 *((int *)buf_data) = (r->connection->keepalive == AP_CONN_KEEPALIVE);
/httpd/server/mpm/motorz/
H A Dmotorz.c405 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted) {
/httpd/modules/loggers/
H A Dmod_log_config.c877 if (r->connection->keepalive == AP_CONN_KEEPALIVE &&
/httpd/server/mpm/event/
H A Devent.c1179 else if (c->keepalive != AP_CONN_KEEPALIVE || c->aborted ||

Completed in 2826 milliseconds