Searched refs:timeout (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_vhostdb_ldap.c | 35 struct timeval timeout; member 97 long timeout = 2000000; /* set 2 sec default timeout (instead of infinite) */ in mod_vhostdb_dbconf_setup() local 120 timeout = strtol(ds->value.ptr, NULL, 10); in mod_vhostdb_dbconf_setup() 162 dbconf->timeout.tv_sec = timeout / 1000000; in mod_vhostdb_dbconf_setup() 163 dbconf->timeout.tv_usec = timeout % 1000000; in mod_vhostdb_dbconf_setup() 275 ldap_set_option(ld, LDAP_OPT_NETWORK_TIMEOUT, &s->timeout); in mod_authn_ldap_host_init() 279 ldap_set_option(ld, LDAP_OPT_TIMEOUT, &s->timeout); in mod_authn_ldap_host_init()
|
| H A D | fdevent_impl.c | 549 struct timespec timeout; in fdevent_solaris_port_poll() local 551 timeout.tv_sec = timeout_ms/1000L; in fdevent_solaris_port_poll() 552 timeout.tv_nsec = (timeout_ms % 1000L) * 1000000L; in fdevent_solaris_port_poll() 555 if ((ret = port_getn(pfd, ev->port_events, 0, &wait_for_events, &timeout)) < 0) return ret; in fdevent_solaris_port_poll() 563 if ((ret = port_getn(pfd, ev->port_events, ev->maxfds, &available_events, &timeout)) < 0) { in fdevent_solaris_port_poll()
|
| H A D | mod_authn_ldap.c | 233 long timeout = 2000000; /* set 2 sec default timeout (not infinite) */ in SETDEFAULTS_FUNC() local 307 timeout = strtol(cpv->v.b->ptr, NULL, 10); in SETDEFAULTS_FUNC() 319 ldc->auth_ldap_timeout.tv_sec = timeout / 1000000; in SETDEFAULTS_FUNC() 320 ldc->auth_ldap_timeout.tv_usec = timeout % 1000000; in SETDEFAULTS_FUNC()
|
| H A D | mod_webdav.c | 985 buffer_append_int(b, lockdata->timeout); in webdav_xml_activelock() 1074 lockdata->timeout); in webdav_xml_doc_lock_acquired() 1646 if (lockdata.timeout > 0) in webdav_lock_activelocks() 1663 if (lockdata.timeout > 0) in webdav_lock_activelocks() 1688 if (lockdata.timeout > 0) in webdav_lock_activelocks() 1815 stmt, 8, lockdata->timeout); in webdav_lock_acquire() 1847 sqlite3_bind_int( stmt, 2, lockdata->timeout); in webdav_lock_refresh() 5681 if (0 < t && t < lockdata.timeout) in mod_webdav_lock() 5682 lockdata.timeout = t > 5 ? t : 5; in mod_webdav_lock() 5685 lockdata.timeout = INT32_MAX; in mod_webdav_lock() [all …]
|
| H A D | server.c | 1280 long timeout = strtol(optarg, &endptr, 0); in server_main_setup() local 1281 if (!*optarg || *endptr || timeout < 0) { in server_main_setup() 1286 idle_limit = (int)timeout; in server_main_setup()
|
| /lighttpd1.4/tests/ |
| H A D | LightyTest.pm | 133 my $timeout = 10*100; # 10 secs (valgrind might take a while), select waits 0.01 s 137 $timeout--; 144 if (0 >= $timeout) {
|
| /lighttpd1.4/doc/outdated/ |
| H A D | fastcgi.txt | 285 The idle-timeout specifies how long a fastcgi-process should wait 298 "idle-timeout" => 20 324 "idle-timeout" => 20
|
| H A D | performance.txt | 204 of 0 disables an idle timeout and is not recommended.
|
| /lighttpd1.4/ |
| H A D | NEWS | 404 * [core] "server.graceful-shutdown-timeout" => 8 882 * [mod_cgi] cgi.limits "read-timeout" "write-timeout" (#3086) 969 * [core] HTTP/2 GOAWAY after timeout before read (fixes #3102) 970 * [core] default backend "connect-timeout" to 8 (#3086) 971 * [core] HTTP/2 GOAWAY after timeout before read (#3102) 1459 * [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805) 1615 * [core] graceful shutdown timeout option 2945 …* use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting… 3158 * Use unsigned int for secdownload.timeout (fixes #1966) 3212 * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086) [all …]
|