Home
last modified time | relevance | path

Searched refs:is_local (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c71 int is_local; member
581 if (proc->is_local && in FREE_FUNC()
590 if (proc->is_local && in FREE_FUNC()
892 proc->is_local = 1; in scgi_spawn_connection()
898 proc->is_local = 0; in scgi_spawn_connection()
2076 proc->is_local, in scgi_restart_dead_procs()
2081 if (0 == proc->is_local) { in scgi_restart_dead_procs()
2229 if (hctx->proc->is_local) { in scgi_write_request()
2265 if (!hctx->proc->is_local || p->conf.debug) { in scgi_write_request()
2391 0 == proc->is_local && in SUBREQUEST_FUNC()
[all …]
H A Dmod_fastcgi.c88 int is_local; member
448 if (hctx->host->disable_time || hctx->proc->is_local) { in fcgi_host_disable()
451 hctx->proc->state = hctx->proc->is_local ? PROC_STATE_DIED_WAIT_FOR_PID : PROC_STATE_DIED; in fcgi_host_disable()
726 if (proc->is_local && in FREE_FUNC()
736 if (proc->is_local && in FREE_FUNC()
1134 proc->is_local = 1; in fcgi_spawn_connection()
1140 proc->is_local = 0; in fcgi_spawn_connection()
2715 proc->is_local, in fcgi_restart_dead_procs()
2746 if (!proc->is_local) { in fcgi_restart_dead_procs()
2878 if (!hctx->proc->is_local || p->conf.debug) { in fcgi_write_request()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS164 * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)