Home
last modified time | relevance | path

Searched refs:do_keep_alive (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c56 # define do_keep_alive persistent macro
223 if (TG(seen_cl) && !TG(seen_cn) && TG(hc)->do_keep_alive) { in sapi_thttpd_send_headers()
226 TG(hc)->do_keep_alive = 0; in sapi_thttpd_send_headers()
663 hc->do_keep_alive = 0;
678 TG(hc)->do_keep_alive = 0;
H A Dthttpd_patch354 + hc->do_keep_alive = 0;
360 + if (hc->do_keep_alive) {
483 + hc->do_keep_alive = 0;
601 + hc->do_keep_alive = 1;
610 + hc->do_keep_alive = 1;
639 + if ( hc->do_keep_alive &&
642 + hc->do_keep_alive = 0;
719 + hc->do_keep_alive = 0;
1008 + int keep_alive, do_keep_alive;
2178 + if ( c->hc->do_keep_alive && doKeep)

Completed in 24 milliseconds