| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | configfile.c | 149 cv[42].destination = stat_cache_string; in config_insert() 219 cv[7].destination = s->server_tag; in config_insert() 220 cv[8].destination = &(s->use_ipv6); in config_insert() 233 cv[18].destination = s->server_name; in config_insert() 244 cv[27].destination = &(s->use_xattr); in config_insert() 245 cv[28].destination = s->mimetypes; in config_insert() 246 cv[29].destination = s->ssl_pemfile; in config_insert() 247 cv[30].destination = &(s->is_ssl); in config_insert() 257 cv[39].destination = s->ssl_ca_file; in config_insert() 263 cv[63].destination = s->ssl_dh_file; in config_insert() [all …]
|
| H A D | mod_auth.c | 379 cv[0].destination = s->auth_backend_conf; in SETDEFAULTS_FUNC() 380 cv[1].destination = s->auth_plain_groupfile; in SETDEFAULTS_FUNC() 381 cv[2].destination = s->auth_plain_userfile; in SETDEFAULTS_FUNC() 382 cv[3].destination = s->auth_require; in SETDEFAULTS_FUNC() 383 cv[4].destination = s->auth_ldap_hostname; in SETDEFAULTS_FUNC() 384 cv[5].destination = s->auth_ldap_basedn; in SETDEFAULTS_FUNC() 385 cv[6].destination = s->auth_ldap_filter; in SETDEFAULTS_FUNC() 386 cv[7].destination = s->auth_ldap_cafile; in SETDEFAULTS_FUNC() 388 cv[9].destination = s->auth_ldap_binddn; in SETDEFAULTS_FUNC() 389 cv[10].destination = s->auth_ldap_bindpw; in SETDEFAULTS_FUNC() [all …]
|
| H A D | configfile-glue.c | 57 array_insert_unique(cv[i].destination, (data_unset *)ds); in config_insert_values_internal() 76 buffer_copy_string_buffer(cv[i].destination, ds->value); in config_insert_values_internal() 88 *((unsigned short *)(cv[i].destination)) = di->value; in config_insert_values_internal() 104 *((unsigned short *)(cv[i].destination)) = l; in config_insert_values_internal() 123 *((unsigned int *)(cv[i].destination)) = di->value; in config_insert_values_internal() 133 *((unsigned int *)(cv[i].destination)) = l; in config_insert_values_internal() 153 *((unsigned short *)(cv[i].destination)) = 1; in config_insert_values_internal() 155 *((unsigned short *)(cv[i].destination)) = 0; in config_insert_values_internal() 171 …_, __LINE__, "ssss", "ERROR: found unsupported key:", cv[i].key, "-", (char *)(cv[i].destination)); in config_insert_values_internal() 177 …__, __LINE__, "ssss", "ERROR: found deprecated key:", cv[i].key, "-", (char *)(cv[i].destination)); in config_insert_values_internal()
|
| H A D | mod_dirlisting.c | 303 cv[0].destination = s->excludes; in SETDEFAULTS_FUNC() 304 cv[1].destination = &(s->dir_listing); in SETDEFAULTS_FUNC() 305 cv[2].destination = &(s->hide_dot_files); in SETDEFAULTS_FUNC() 306 cv[3].destination = s->external_css; in SETDEFAULTS_FUNC() 307 cv[4].destination = s->encoding; in SETDEFAULTS_FUNC() 308 cv[5].destination = &(s->show_readme); in SETDEFAULTS_FUNC() 310 cv[7].destination = &(s->show_header); in SETDEFAULTS_FUNC() 313 cv[10].destination = s->set_footer; in SETDEFAULTS_FUNC() 314 cv[11].destination = &(s->encode_readme); in SETDEFAULTS_FUNC() 315 cv[12].destination = &(s->encode_header); in SETDEFAULTS_FUNC() [all …]
|
| H A D | mod_mysql_vhost.c | 208 cv[0].destination = s->mydb; 209 cv[1].destination = s->myuser; 210 cv[2].destination = s->mypass; 211 cv[3].destination = s->mysock; 212 cv[4].destination = sel; 213 cv[5].destination = s->hostname; 214 cv[6].destination = &(s->port);
|
| H A D | mod_trigger_b4_dl.c | 163 cv[0].destination = s->db_filename; in SETDEFAULTS_FUNC() 164 cv[1].destination = s->trigger_url; in SETDEFAULTS_FUNC() 165 cv[2].destination = s->download_url; in SETDEFAULTS_FUNC() 166 cv[3].destination = s->deny_url; in SETDEFAULTS_FUNC() 167 cv[4].destination = &(s->trigger_timeout); in SETDEFAULTS_FUNC() 168 cv[5].destination = s->mc_hosts; in SETDEFAULTS_FUNC() 169 cv[6].destination = s->mc_namespace; in SETDEFAULTS_FUNC() 170 cv[7].destination = &(s->debug); in SETDEFAULTS_FUNC()
|
| H A D | mod_userdir.c | 109 cv[0].destination = s->path; in SETDEFAULTS_FUNC() 110 cv[1].destination = s->exclude_user; in SETDEFAULTS_FUNC() 111 cv[2].destination = s->include_user; in SETDEFAULTS_FUNC() 112 cv[3].destination = s->basepath; in SETDEFAULTS_FUNC() 113 cv[4].destination = &(s->letterhomes); in SETDEFAULTS_FUNC()
|
| H A D | mod_secure_download.c | 111 cv[0].destination = s->secret; in SETDEFAULTS_FUNC() 112 cv[1].destination = s->doc_root; in SETDEFAULTS_FUNC() 113 cv[2].destination = s->uri_prefix; in SETDEFAULTS_FUNC() 114 cv[3].destination = &(s->timeout); in SETDEFAULTS_FUNC()
|
| H A D | mod_cml.c | 100 cv[0].destination = s->ext; in SETDEFAULTS_FUNC() 101 cv[1].destination = s->mc_hosts; in SETDEFAULTS_FUNC() 102 cv[2].destination = s->mc_namespace; in SETDEFAULTS_FUNC() 103 cv[3].destination = s->power_magnet; in SETDEFAULTS_FUNC()
|
| H A D | mod_simple_vhost.c | 108 cv[0].destination = s->server_root; in SETDEFAULTS_FUNC() 109 cv[1].destination = s->default_host; in SETDEFAULTS_FUNC() 110 cv[2].destination = s->document_root; in SETDEFAULTS_FUNC() 111 cv[3].destination = &(s->debug); in SETDEFAULTS_FUNC()
|
| H A D | mod_setenv.c | 109 cv[0].destination = s->request_header; in SETDEFAULTS_FUNC() 110 cv[1].destination = s->response_header; in SETDEFAULTS_FUNC() 111 cv[2].destination = s->environment; in SETDEFAULTS_FUNC()
|
| H A D | mod_usertrack.c | 91 cv[0].destination = s->cookie_name; in SETDEFAULTS_FUNC() 92 cv[1].destination = &(s->cookie_max_age); in SETDEFAULTS_FUNC() 93 cv[2].destination = s->cookie_domain; in SETDEFAULTS_FUNC()
|
| H A D | mod_evasive.c | 90 cv[0].destination = &(s->max_conns); in SETDEFAULTS_FUNC() 91 cv[1].destination = &(s->silent); in SETDEFAULTS_FUNC()
|
| H A D | mod_scgi.c | 938 cv[0].destination = s->exts; in SETDEFAULTS_FUNC() 939 cv[1].destination = &(s->debug); in SETDEFAULTS_FUNC() 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() 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 D | mod_indexfile.c | 92 cv[0].destination = s->indexfiles; in SETDEFAULTS_FUNC() 93 cv[1].destination = s->indexfiles; /* old name for [0] */ in SETDEFAULTS_FUNC()
|
| H A D | mod_fastcgi.c | 1183 cv[0].destination = s->exts; in SETDEFAULTS_FUNC() 1184 cv[1].destination = &(s->debug); in SETDEFAULTS_FUNC() 1185 cv[2].destination = s->ext_mapping; in SETDEFAULTS_FUNC() 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() 1297 fcv[6].destination = &(host->port); in SETDEFAULTS_FUNC() 1298 fcv[7].destination = &(host->max_procs); in SETDEFAULTS_FUNC() [all …]
|
| H A D | mod_staticfile.c | 104 cv[0].destination = s->exclude_ext; in SETDEFAULTS_FUNC() 105 cv[1].destination = &(s->etags_used); in SETDEFAULTS_FUNC() 106 cv[2].destination = &(s->disable_pathinfo); in SETDEFAULTS_FUNC()
|
| H A D | mod_redirect.c | 92 cv[0].destination = s->redirect; in SETDEFAULTS_FUNC() 93 cv[1].destination = &(s->redirect_code); in SETDEFAULTS_FUNC()
|
| H A D | mod_status.c | 129 cv[0].destination = s->status_url; in SETDEFAULTS_FUNC() 130 cv[1].destination = s->config_url; in SETDEFAULTS_FUNC() 131 cv[2].destination = &(s->sort); in SETDEFAULTS_FUNC() 132 cv[3].destination = s->statistics_url; in SETDEFAULTS_FUNC()
|
| H A D | mod_compress.c | 176 cv[0].destination = s->compress_cache_dir; in SETDEFAULTS_FUNC() 177 cv[1].destination = s->compress; in SETDEFAULTS_FUNC() 178 cv[2].destination = &(s->compress_max_filesize); in SETDEFAULTS_FUNC() 179 cv[3].destination = encodings_arr; /* temp array for allowed encodings list */ in SETDEFAULTS_FUNC()
|
| H A D | mod_proxy.c | 207 cv[0].destination = s->extensions; in SETDEFAULTS_FUNC() 208 cv[1].destination = &(s->debug); in SETDEFAULTS_FUNC() 209 cv[2].destination = p->balance_buf; in SETDEFAULTS_FUNC() 297 pcv[0].destination = df->host; in SETDEFAULTS_FUNC() 298 pcv[1].destination = &(df->port); in SETDEFAULTS_FUNC()
|
| H A D | mod_rrdtool.c | 360 cv[0].destination = s->path_rrdtool_bin; in SETDEFAULTS_FUNC() 361 cv[1].destination = s->path_rrd; in SETDEFAULTS_FUNC()
|
| H A D | mod_extforward.c | 176 cv[0].destination = s->forwarder; in SETDEFAULTS_FUNC() 177 cv[1].destination = s->headers; in SETDEFAULTS_FUNC()
|
| H A D | mod_access.c | 72 cv[0].destination = s->access_deny; in SETDEFAULTS_FUNC()
|
| H A D | mod_skeleton.c | 119 cv[0].destination = s->match; in SETDEFAULTS_FUNC()
|