Searched refs:da_host (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_proxy.c | 271 data_array *da_host = (data_array *)da_ext->value->data[n]; in SETDEFAULTS_FUNC() local 282 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC() 295 buffer_copy_string_buffer(df->key, da_host->key); in SETDEFAULTS_FUNC() 300 if (0 != config_insert_values_internal(srv, da_host->value, pcv)) { in SETDEFAULTS_FUNC() 309 da_host->key, in SETDEFAULTS_FUNC()
|
| H A D | mod_fastcgi.c | 1240 data_array *da_host = (data_array *)da_ext->value->data[n]; in SETDEFAULTS_FUNC() local 1268 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC() 1272 "[", da_host->key, "](string)"); in SETDEFAULTS_FUNC() 1279 buffer_copy_string_buffer(host->id, da_host->key); in SETDEFAULTS_FUNC() 1309 if (0 != config_insert_values_internal(srv, da_host->value, fcv)) { in SETDEFAULTS_FUNC() 1319 da_host->key, " ( ..."); in SETDEFAULTS_FUNC() 1333 da_host->key, " ( ..."); in SETDEFAULTS_FUNC() 1346 da_host->key, " ( ..."); in SETDEFAULTS_FUNC() 1354 da_host->key, " ( ..."); in SETDEFAULTS_FUNC()
|
| H A D | mod_scgi.c | 994 data_array *da_host = (data_array *)da_ext->value->data[n]; in SETDEFAULTS_FUNC() local 1020 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC() 1024 "[", da_host->key, "](string)"); in SETDEFAULTS_FUNC() 1057 if (0 != config_insert_values_internal(srv, da_host->value, fcv)) { in SETDEFAULTS_FUNC() 1087 da_host->key, in SETDEFAULTS_FUNC() 1096 da_host->key, in SETDEFAULTS_FUNC()
|