Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c179 array *bin_env_copy; member
423 f->bin_env_copy = array_init(); in scgi_host_init()
436 array_free(h->bin_env_copy); in scgi_host_free()
799 if (host->bin_env_copy->used) { in scgi_spawn_connection()
800 for (i = 0; i < host->bin_env_copy->used; i++) { in scgi_spawn_connection()
801 data_string *ds = (data_string *)host->bin_env_copy->data[i]; in scgi_spawn_connection()
1053 fcv[12].destination = df->bin_env_copy; in SETDEFAULTS_FUNC()
H A Dmod_fastcgi.c188 array *bin_env_copy; member
559 f->bin_env_copy = array_init(); in fastcgi_host_init()
575 array_free(h->bin_env_copy); in fastcgi_host_free()
1019 if (host->bin_env_copy->used) { in fcgi_spawn_connection()
1020 for (i = 0; i < host->bin_env_copy->used; i++) { in fcgi_spawn_connection()
1021 data_string *ds = (data_string *)host->bin_env_copy->data[i]; in fcgi_spawn_connection()
1302 fcv[10].destination = host->bin_env_copy; in SETDEFAULTS_FUNC()