Home
last modified time | relevance | path

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

/dports/www/thttpd/thttpd-2.29/
H A Dconfig.h78 #define CGI_TIMELIMIT 30 macro
H A Dlibhttpd.c155 #ifdef CGI_TIMELIMIT
2677 #ifdef CGI_TIMELIMIT
2993 #ifdef CGI_TIMELIMIT in ls()
2996 …if ( tmr_create( (struct timeval*) 0, cgi_kill, client_data, CGI_TIMELIMIT * 1000L, 0 ) == (Timer*… in ls()
3621 #ifdef CGI_TIMELIMIT in cgi()
3624 …if ( tmr_create( (struct timeval*) 0, cgi_kill, client_data, CGI_TIMELIMIT * 1000L, 0 ) == (Timer*… in cgi()