Home
last modified time | relevance | path

Searched refs:TYPE_ARRAY (Results 1 – 13 of 13) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_array.c62 ds->type = TYPE_ARRAY; in data_array_init()
H A Darray.h18 typedef enum { TYPE_UNSET, TYPE_STRING, TYPE_COUNT, TYPE_ARRAY, TYPE_INTEGER, TYPE_FASTCGI, TYPE_CO… enumerator
H A Dmod_auth.c438 if (da->type != TYPE_ARRAY) continue; in SETDEFAULTS_FUNC()
445 if (da->value->data[n]->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
H A Dmod_redirect.c107 if (du->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
H A Dmod_proxy.c238 if (du->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
254 if (da_ext->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
282 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
H A Dmod_rewrite.c169 if (du->type != TYPE_ARRAY) { in parse_config_entry()
H A Dconfigfile-glue.c41 if (du->type == TYPE_ARRAY) { in config_insert_values_internal()
H A Dconfigparser.y85 case TYPE_ARRAY: { in configparser_merge_data()
H A Dmod_scgi.c956 if (du->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
973 if (da->value->data[j]->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
1020 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
H A Dmod_dirlisting.c204 if (du->type != TYPE_ARRAY) { in parse_config_entry()
H A Dmod_fastcgi.c1202 if (du->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
1219 if (da->value->data[j]->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
1268 if (da_host->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
H A Dconfigparser.c88 case TYPE_ARRAY: { in configparser_merge_data()
H A Dconfigfile.c1159 if (modules->type != TYPE_ARRAY) { in config_read()