Lines Matching refs:fcv
1244 config_values_t fcv[] = { in SETDEFAULTS_FUNC() local
1290 fcv[0].destination = host->host; in SETDEFAULTS_FUNC()
1291 fcv[1].destination = host->docroot; in SETDEFAULTS_FUNC()
1292 fcv[2].destination = fcgi_mode; in SETDEFAULTS_FUNC()
1293 fcv[3].destination = host->unixsocket; in SETDEFAULTS_FUNC()
1294 fcv[4].destination = host->bin_path; in SETDEFAULTS_FUNC()
1296 fcv[5].destination = &(host->check_local); in SETDEFAULTS_FUNC()
1297 fcv[6].destination = &(host->port); in SETDEFAULTS_FUNC()
1298 fcv[7].destination = &(host->max_procs); in SETDEFAULTS_FUNC()
1299 fcv[8].destination = &(host->disable_time); in SETDEFAULTS_FUNC()
1301 fcv[9].destination = host->bin_env; in SETDEFAULTS_FUNC()
1302 fcv[10].destination = host->bin_env_copy; in SETDEFAULTS_FUNC()
1303 fcv[11].destination = &(host->break_scriptfilename_for_php); in SETDEFAULTS_FUNC()
1304 fcv[12].destination = &(host->allow_xsendfile); in SETDEFAULTS_FUNC()
1305 fcv[13].destination = host->strip_request_uri; in SETDEFAULTS_FUNC()
1306 fcv[14].destination = &(host->kill_signal); in SETDEFAULTS_FUNC()
1307 fcv[15].destination = &(host->fix_root_path_name); in SETDEFAULTS_FUNC()
1309 if (0 != config_insert_values_internal(srv, da_host->value, fcv)) { in SETDEFAULTS_FUNC()