Searched refs:keep_alive (Results 1 - 8 of 8) sorted by relevance
/httpd/modules/generators/ |
H A D | mod_status.c | 531 int write_completion = 0, lingering_close = 0, keep_alive = 0, local 552 keep_alive += ps_record->keep_alive; 565 ps_record->keep_alive, 574 write_completion, keep_alive, lingering_close); 582 connections, write_completion, keep_alive,
|
/httpd/include/ |
H A D | scoreboard.h | 143 apr_uint32_t keep_alive; /* async connections in keep alive */ member in struct:process_score
|
H A D | httpd.h | 1323 int keep_alive; member in struct:server_rec
|
/httpd/modules/http/ |
H A D | http_core.c | 86 cmd->server->keep_alive = arg;
|
H A D | http_protocol.c | 247 && r->server->keep_alive
|
/httpd/server/ |
H A D | config.c | 2194 s->keep_alive = -1; 2283 if (virt->keep_alive == -1) 2284 virt->keep_alive = main_server->keep_alive; 2334 s->keep_alive = 1;
|
/httpd/modules/lua/ |
H A D | lua_request.c | 1208 lua_pushnumber(L, ps_record->keep_alive);
|
/httpd/server/mpm/event/ |
H A D | event.c | 2107 ps->keep_alive = *keepalive_q->total;
|
Completed in 267 milliseconds