Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c998 config_values_t fcv[] = { in SETDEFAULTS_FUNC() local
1039 fcv[0].destination = df->host; in SETDEFAULTS_FUNC()
1040 fcv[1].destination = df->docroot; in SETDEFAULTS_FUNC()
1041 fcv[2].destination = df->unixsocket; in SETDEFAULTS_FUNC()
1042 fcv[3].destination = df->bin_path; in SETDEFAULTS_FUNC()
1044 fcv[4].destination = &(df->check_local); in SETDEFAULTS_FUNC()
1045 fcv[5].destination = &(df->port); in SETDEFAULTS_FUNC()
1046 fcv[6].destination = &(df->min_procs); in SETDEFAULTS_FUNC()
1047 fcv[7].destination = &(df->max_procs); in SETDEFAULTS_FUNC()
1052 fcv[11].destination = df->bin_env; in SETDEFAULTS_FUNC()
[all …]
H A Dmod_fastcgi.c1244 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()
1301 fcv[9].destination = host->bin_env; in SETDEFAULTS_FUNC()
[all …]