Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c1061 if ((!buffer_is_empty(df->host) || df->port) && in SETDEFAULTS_FUNC()
1107 df->min_procs = df->max_procs; in SETDEFAULTS_FUNC()
1109 if (df->min_procs > df->max_procs) df->max_procs = df->min_procs; in SETDEFAULTS_FUNC()
1110 if (df->max_load_per_proc < 1) df->max_load_per_proc = 0; in SETDEFAULTS_FUNC()
1127 df->max_id++; in SETDEFAULTS_FUNC()
1152 if (df->first) df->first->prev = proc; in SETDEFAULTS_FUNC()
1154 df->first = proc; in SETDEFAULTS_FUNC()
1161 df->max_id++; in SETDEFAULTS_FUNC()
1171 df->first = fp; in SETDEFAULTS_FUNC()
1173 df->min_procs = 1; in SETDEFAULTS_FUNC()
[all …]
H A Dmod_proxy.c273 data_proxy *df; in SETDEFAULTS_FUNC() local
291 df = data_proxy_init(); in SETDEFAULTS_FUNC()
293 df->port = 80; in SETDEFAULTS_FUNC()
295 buffer_copy_string_buffer(df->key, da_host->key); in SETDEFAULTS_FUNC()
297 pcv[0].destination = df->host; in SETDEFAULTS_FUNC()
298 pcv[1].destination = &(df->port); in SETDEFAULTS_FUNC()
304 if (buffer_is_empty(df->host)) { in SETDEFAULTS_FUNC()
322 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()
325 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()