Home
last modified time | relevance | path

Searched refs:file_started (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cgi.c384 if (con->file_started == 0) { in cgi_demux_response()
501 con->file_started = 1; in cgi_demux_response()
587 if (0 == con->file_started) { in cgi_connection_close()
651 if (0 == con->file_started) { in cgi_handle_fdevent()
671 if (con->file_started == 0 && in cgi_handle_fdevent()
673 con->file_started = 1; in cgi_handle_fdevent()
1356 if (!con->file_started) return HANDLER_WAIT_FOR_EVENT; in SUBREQUEST_FUNC()
1365 if (con->file_started) return HANDLER_FINISHED; in SUBREQUEST_FUNC()
1371 if (errno == ECHILD && con->file_started == 0) { in SUBREQUEST_FUNC()
1403 if (con->file_started) return HANDLER_FINISHED; in SUBREQUEST_FUNC()
H A Dmod_proxy.c702 if (0 == con->file_started) { in proxy_demux_response()
724 con->file_started = 1; in proxy_demux_response()
950 if (con->file_started == 1) { in SUBREQUEST_FUNC()
981 if (con->file_started == 0) { in proxy_handle_fdevent()
1126 if (con->file_started == 1) return HANDLER_GO_ON; in mod_proxy_check_extension()
H A Dmod_fastcgi.c2569 if (0 == con->file_started) { in fcgi_demux_response()
2605 con->file_started = 1; in fcgi_demux_response()
2609 con->file_started = 1; in fcgi_demux_response()
2646 con->file_started = 1; in fcgi_demux_response()
3213 if (con->file_started == 1) { in SUBREQUEST_FUNC()
3259 con->file_started = 1; /* fcgi_extension won't touch the request afterwards */ in fcgi_handle_fdevent()
3314 if (con->file_started == 0) { in fcgi_handle_fdevent()
3468 if (con->file_started == 1) return HANDLER_GO_ON; in fcgi_check_extension()
H A Dbase.h390 int file_started; member
H A Dmod_scgi.c1826 if (con->file_started == 0) { in scgi_demux_response()
1917 con->file_started = 1; in scgi_demux_response()
2458 if (con->file_started == 1) { in SUBREQUEST_FUNC()
2555 if (con->file_started == 0) { in scgi_handle_fdevent()
2711 if (con->file_started == 1) return HANDLER_GO_ON; in scgi_check_extension()
H A Dmod_compress.c661 con->file_started = 1; in deflate_file_to_buffer()
H A Dmod_ssi.c1071 con->file_started = 1; in mod_ssi_handle_request()
H A Dconnections.c806 con->file_started = 0;