Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c177 array *bin_env; member
422 f->bin_env = array_init(); in scgi_host_init()
435 array_free(h->bin_env); in scgi_host_free()
819 for (i = 0; i < host->bin_env->used; i++) { in scgi_spawn_connection()
820 data_string *ds = (data_string *)host->bin_env->data[i]; in scgi_spawn_connection()
1052 fcv[11].destination = df->bin_env; in SETDEFAULTS_FUNC()
H A Dmod_fastcgi.c186 array *bin_env; member
558 f->bin_env = array_init(); in fastcgi_host_init()
574 array_free(h->bin_env); in fastcgi_host_free()
1039 for (i = 0; i < host->bin_env->used; i++) { in fcgi_spawn_connection()
1040 data_string *ds = (data_string *)host->bin_env->data[i]; in fcgi_spawn_connection()
1301 fcv[9].destination = host->bin_env; in SETDEFAULTS_FUNC()