Searched refs:bin_env_copy (Results 1 – 2 of 2) sorted by relevance
179 array *bin_env_copy; member423 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()
188 array *bin_env_copy; member559 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()