| /lighttpd1.4/src/t/ |
| H A D | test_array.c | 32 data_string *ds; in test_array_insert_value() 36 ds = (data_string *)a->data[0]; in test_array_insert_value() 44 data_string *ds; in test_array_set_key_value() 48 ds = (data_string *)array_get_element_klen(a, CONST_STR_LEN("does-not-exist")); in test_array_set_key_value() 50 ds = (data_string *)array_get_element_klen(a, CONST_STR_LEN("abc")); in test_array_set_key_value() 56 ds = (data_string *)array_get_element_klen(a, CONST_STR_LEN("does-not-exist")); in test_array_set_key_value() 58 ds = (data_string *)array_get_element_klen(a, CONST_STR_LEN("abc")); in test_array_set_key_value()
|
| /lighttpd1.4/src/ |
| H A D | array.c | 14 data_string *src = (data_string *)s; in array_data_string_copy() 15 data_string *ds = array_data_string_init(); in array_data_string_copy() 23 data_string *ds_dst = (data_string *)dst; in array_data_string_insert_dup() 24 data_string *ds_src = (data_string *)src; in array_data_string_insert_dup() 33 data_string *ds = (data_string *)du; in array_data_string_free() 40 data_string *array_data_string_init(void) { in array_data_string_init() 46 data_string *ds = ck_calloc(1, sizeof(*ds)); in array_data_string_init() 161 data_string ** const data = (data_string **)a->data; in array_reset_data_strings() 165 data_string * const ds = data[i]; in array_reset_data_strings() 232 const int x = ((data_string *)a->sorted[probe])->ext; in array_get_index_ext() [all …]
|
| H A D | mod_setenv.c | 88 data_string * const ds = (data_string *)a->data[i]; in mod_setenv_prep_ext() 199 const data_string * const ds = (const data_string *)aa->data[k]; in URIHANDLER_FUNC() 207 const data_string * const ds = (const data_string *)as->data[k]; in URIHANDLER_FUNC() 230 const data_string * const ds = (const data_string *)aa->data[k]; in REQUEST_FUNC() 238 const data_string * const ds = (const data_string *)as->data[k]; in REQUEST_FUNC() 257 const data_string * const ds = (const data_string *)aa->data[k]; in REQUEST_FUNC() 265 const data_string * const ds = (const data_string *)as->data[k]; in REQUEST_FUNC()
|
| H A D | mod_extforward.c | 211 const data_string * const allds = (const data_string *) in mod_extforward_parse_forwarder() 218 data_string * const ds = (data_string *)forwarder->data[j]; in mod_extforward_parse_forwarder() 246 data_string * const ds = (data_string *)forwarder->data[j]; in mod_extforward_parse_forwarder() 372 data_string * const ds = (data_string *)a->data[j]; in SETDEFAULTS_FUNC() 412 data_string * const ds = (data_string *)p->default_headers->data[i]; in SETDEFAULTS_FUNC() 427 data_string *ds = (data_string *)srv->srvconf.modules->data[i]; in SETDEFAULTS_FUNC() 432 data_string *ds = (data_string *)srv->srvconf.modules->data[i]; in SETDEFAULTS_FUNC() 448 data_string *ds = (data_string *)srv->srvconf.modules->data[i]; in SETDEFAULTS_FUNC() 550 data_string *ds = (data_string *)a->data[i]; in last_not_in_array() 1087 const data_string * const ds = (data_string *)p->conf.headers->data[k]; in URIHANDLER_FUNC() [all …]
|
| H A D | mod_expire.c | 201 data_string *ds = (data_string *)cpv->v.a->data[k]; in SETDEFAULTS_FUNC() 234 buffer *v = &((data_string *)a->data[k])->value; in SETDEFAULTS_FUNC() 306 const data_string *ds; in REQUEST_FUNC() 322 ? (const data_string *)array_match_key_prefix(p->conf.expire_url, &r->uri.path) in REQUEST_FUNC() 329 ds = (const data_string *) in REQUEST_FUNC() 332 ds = (const data_string *) in REQUEST_FUNC()
|
| H A D | mod_authn_sasl.c | 107 const data_string *ds; in mod_authn_sasl_parse_opts() 113 ds = (const data_string *) in mod_authn_sasl_parse_opts() 117 ds = (const data_string *) in mod_authn_sasl_parse_opts() 131 ds = (const data_string *) in mod_authn_sasl_parse_opts() 156 ds = (const data_string *) in mod_authn_sasl_parse_opts()
|
| H A D | configparser.y | 99 data_string *ds = (data_string *)op1; in configparser_merge_data() 103 data_string *ds = array_data_string_init(); in configparser_merge_data() 105 buffer_append_string_buffer(&ds->value, &((data_string*)op2)->value); in configparser_merge_data() 117 buffer_append_string_buffer(&((data_string *)op1)->value, &((data_string *)op2)->value); in configparser_merge_data() 139 && buffer_is_equal(&((data_string *)du)->value, in configparser_merge_data() 140 &((data_string *)ddu)->value)) in configparser_merge_data() 514 data_string *ds; in value() 535 memcpy(&((data_string *)A)->value, B, sizeof(*B)); in value() 755 configparser_parse_condition(ctx, B, C, E, &((data_string *)D)->value); in SRVVARNAME() 795 buffer_copy_buffer((A = buffer_init()), &((data_string*)B)->value); in stringop()
|
| H A D | mod_maxminddb.c | 195 data_string ** const data = (data_string **)env->data; in mod_maxminddb_prep_cenv() 422 const data_string ** const names = (const data_string **)pconf->env->data; in mod_maxminddb_geoip2() 466 const data_string * const ds = (data_string *)env->data[i]; in REQUEST_FUNC()
|
| H A D | mod_userdir.c | 159 const data_string * const ds = (const data_string *)a->data[i]; in mod_userdir_in_vlist_nc() 167 const data_string * const ds = (const data_string *)a->data[i]; in mod_userdir_in_vlist()
|
| H A D | mod_vhostdb_dbi.c | 81 const data_string *ds = (data_string *)opts->data[i]; in mod_vhostdb_dbconf_setup() 136 data_string *ds = (data_string *)du; in mod_vhostdb_dbconf_setup()
|
| H A D | mod_proxy.c | 36 const data_string *forwarded_urlpath; 377 buffer *m = &((data_string *)srv->srvconf.modules->data[i])->value; in SETDEFAULTS_FUNC() 397 const data_string * const ds = (data_string *)hosts->data[i]; in http_header_remap_host_match() 450 const data_string * const ds = (data_string *)urlpaths->data[i]; in http_header_remap_urlpath() 462 const data_string * const ds = remap_hdrs->forwarded_urlpath; in http_header_remap_urlpath() 470 const data_string * const ds = (data_string *)urlpaths->data[i]; in http_header_remap_urlpath() 913 const data_string * const ds = (data_string *)r->rqst_headers.data[i]; in proxy_create_env()
|
| H A D | http_cgi.c | 315 data_string *ds = (data_string *)r->rqst_headers.data[n]; in http_cgi_headers() 336 data_string *ds = (data_string *)r->env.data[n]; in http_cgi_headers()
|
| H A D | configfile.c | 294 data_string ** const data = (data_string **)srv->srvconf.modules->data; in config_check_module_duplicates() 312 buffer *n = &((data_string *)modules->data[j])->value; in config_check_module_duplicates() 345 const data_string * const ds = in config_has_opt_and_value() 346 (data_string *)array_get_element_klen(config->value, opt, olen); in config_has_opt_and_value() 359 const data_string *ds = (data_string *)srv->srvconf.modules->data[i]; in config_compat_module_remove() 374 data_string *ds = (data_string *)srv->srvconf.modules->data[i]; in config_compat_module_prepend() 408 buffer *m = &((data_string *)srv->srvconf.modules->data[i])->value; in config_compat_module_load() 598 const data_string * const ds = (const data_string *)a->data[i]; in config_http_parseopts() 1184 data_string * const ds = (data_string *) in config_insert() 1515 const buffer * const vb = &((data_string *)du)->value; in config_print_string() [all …]
|
| H A D | http_header.c | 213 data_string * const ds = in http_header_generic_get_ifnotempty() 214 (data_string *)array_get_element_klen_ext(a, id, k, klen); in http_header_generic_get_ifnotempty() 339 data_string * const ds = in http_header_env_get() 340 (data_string *)array_get_element_klen(&r->env, k, klen); in http_header_env_get()
|
| H A D | mod_evhost.c | 283 const data_string *ds; in mod_evhost_build_doc_root_path() 301 if (NULL != (ds = (data_string *)array_get_element_klen(parsed_host, s, 2))) { in mod_evhost_build_doc_root_path() 312 …} else if (NULL != (ds = (data_string *)array_get_element_klen(parsed_host, BUF_PTR_LEN(path_piece… in mod_evhost_build_doc_root_path()
|
| H A D | array.h | 37 } data_string; typedef 40 data_string *array_data_string_init(void);
|
| H A D | mod_authn_dbi.c | 111 const data_string *ds = (data_string *)opts->data[i]; in mod_authn_dbi_dbconf_setup() 169 data_string *ds = (data_string *)du; in mod_authn_dbi_dbconf_setup()
|
| H A D | mod_authn_pam.c | 103 const data_string *ds = (const data_string *) in SETDEFAULTS_FUNC()
|
| H A D | mod_ssi.c | 387 const data_string *ds; in ssi_expr_tokenizer() 388 if ((ds = (const data_string *) in ssi_expr_tokenizer() 390 || (ds = (const data_string *) in ssi_expr_tokenizer() 829 const data_string *ds; in process_ssi_stmt() 832 …if (NULL != (ds = (const data_string *)array_get_element_klen(p->ssi_cgi_env, var_val, strlen(var_… in process_ssi_stmt() 833 …NULL != (ds = (const data_string *)array_get_element_klen(p->ssi_vars, var_val, strlen(var_val))))… in process_ssi_stmt() 1113 data_string *ds = (data_string *)p->ssi_vars->sorted[i]; in process_ssi_stmt() 1120 data_string *ds = (data_string *)p->ssi_cgi_env->sorted[i]; in process_ssi_stmt()
|
| H A D | configfile-glue.c | 71 const buffer *b = &((const data_string *)du)->value; in config_plugin_value_tobool() 95 const buffer * const b = &((const data_string *)du)->value; in config_plugin_value_to_int32() 185 cpv->v.b = &((const data_string *)du)->value; in config_plugin_values_init_block() 207 const char * const v = ((const data_string *)du)->value.ptr; in config_plugin_values_init_block() 235 const char * const v = ((const data_string *)du)->value.ptr; in config_plugin_values_init_block()
|
| H A D | mod_alias.c | 132 data_string * const ds = (data_string *) in mod_alias_remap()
|
| H A D | mod_redirect.c | 85 data_string *ds = (data_string *)a->data[j]; in mod_redirect_parse_list()
|
| H A D | mod_vhostdb_pgsql.c | 52 const data_string *ds = (data_string *)opts->data[i]; in mod_vhostdb_dbconf_setup()
|
| H A D | mod_vhostdb_mysql.c | 54 const data_string *ds = (data_string *)opts->data[i]; in mod_vhostdb_dbconf_setup()
|
| H A D | stat_cache.c | 958 const data_string *ds = (data_string *)mimetypes->data[i]; in stat_cache_mimetype_by_ext() 966 const data_string *ds; in stat_cache_mimetype_by_ext() 975 ds = (const data_string *)array_get_element_klen(mimetypes, s, end - s); in stat_cache_mimetype_by_ext() 981 ds = (const data_string *)array_get_element_klen(mimetypes, s, end - s); in stat_cache_mimetype_by_ext() 987 ds = (const data_string *)array_get_element_klen(mimetypes, s, end - s); in stat_cache_mimetype_by_ext() 992 ds = (const data_string *)array_get_element_klen(mimetypes, CONST_STR_LEN("")); in stat_cache_mimetype_by_ext()
|