Home
last modified time | relevance | path

Searched refs:data_unset (Results 1 – 24 of 24) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Darray.h7 struct data_unset; /* declaration */
10 struct data_unset *(*copy)(const struct data_unset *src); \
11 void (*free)(struct data_unset *p); \
12 void (*insert_dup)(struct data_unset *dst, struct data_unset *src);
21 typedef struct data_unset { struct
23 } data_unset; typedef
26 data_unset **data;
27 data_unset **sorted;
75 void array_insert_unique(array *a, data_unset *entry);
104 data_unset *array_get_data_unset(const array *a, const char *key, uint32_t klen);
[all …]
H A Darray.c12 static data_unset *array_data_string_copy(const data_unset *s) { in array_data_string_copy()
54 static data_unset *array_data_integer_copy(const data_unset *s) { in array_data_integer_copy()
84 static data_unset *array_data_array_copy(const data_unset *s) { in array_data_array_copy()
182 data_unset *du;
521 data_unset *
533 data_unset *
545 data_unset *
554 data_unset *
588 data_unset *
603 data_unset *
[all …]
H A Dconfigparser.y49 const data_unset *du; in configparser_get_variable()
61 data_unset *du_copy = du->fn->copy(du); in configparser_get_variable()
72 static data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2) { in configparser_merge_data()
84 return (data_unset *)ds; in configparser_merge_data()
102 const data_unset *du, *ddu; in configparser_merge_data()
106 du = (data_unset *)src->data[i]; in configparser_merge_data()
272 dc->fn->free((data_unset*) dc); in configparser_parse_condition()
373 data_unset *du; in key()
443 A = (data_unset *)ds; in value()
481 A = (data_unset *)array_data_array_init(); in value()
[all …]
H A Dconfigparser.c33 array_insert_unique(ctx->all_configs, (data_unset *)dc); in configparser_push()
53 const data_unset *du; in configparser_get_variable()
65 data_unset *du_copy = du->fn->copy(du); in configparser_get_variable()
76 static data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2) { in configparser_merge_data()
88 return (data_unset *)ds; in configparser_merge_data()
106 const data_unset *du, *ddu; in configparser_merge_data()
110 du = (data_unset *)src->data[i]; in configparser_merge_data()
276 dc->fn->free((data_unset*) dc); in configparser_parse_condition()
352 data_unset * yy91;
1095 data_unset *du; in yy_reduce()
[all …]
H A Ddata_config.c21 static data_unset *data_config_copy(const data_unset *s) { in data_config_copy()
32 return (data_unset *)ds; in data_config_copy()
36 static void data_config_free(data_unset *d) { in data_config_free()
H A Dmod_alias.c65 const data_unset *dj = a->data[j]; in mod_alias_check_order()
66 const data_unset *dk = a->data[k]; in mod_alias_check_order()
67 const data_unset **data = (const data_unset **)a->data; in mod_alias_check_order()
H A Dplugin_config.h133 int config_plugin_value_tobool(const data_unset *du, int default_value);
137 int32_t config_plugin_value_to_int32 (const data_unset *du, int32_t default_value);
H A Dconfigfile.c274 data_unset *du = config->value->data[j]; in config_warn_openssl_module()
554 int val = config_plugin_value_tobool((data_unset *)ds, 2); in config_http_parseopts()
1302 data_unset *du = a->data[i]; in config_print_array()
1324 data_unset *du = a->data[i]; in config_print_array()
1364 data_unset *du = a->data[i]; in config_print_config()
1382 config_print_by_type((data_unset *) dcc, b, depth); in config_print_config()
1401 config_print_by_type((data_unset *)dc->next, b, depth); in config_print_config()
1405 static void config_print_string(const data_unset *du, buffer * const b) { in config_print_string()
1445 data_unset *dc = srv->config_context->data[0]; in config_print()
2474 array_insert_unique(context.all_configs, (data_unset *)dc); in config_read()
[all …]
H A Dconfigfile-glue.c65 int config_plugin_value_tobool (const data_unset *du, int default_value) in config_plugin_value_tobool()
89 int32_t config_plugin_value_to_int32 (const data_unset *du, int32_t default_value) in config_plugin_value_to_int32()
112 const data_unset * const du = in config_plugin_values_init_block()
313 const data_unset * const du = in config_plugin_values_init()
H A Dmod_proxy.c162 data_unset *du = a->data[j]; in mod_proxy_parse_forwarded()
200 int val = config_plugin_value_tobool((data_unset *)da, 2); in mod_proxy_parse_header_opts()
211 int val = config_plugin_value_tobool((data_unset *)da, 2); in mod_proxy_parse_header_opts()
222 int val = config_plugin_value_tobool((data_unset *)da, 2); in mod_proxy_parse_header_opts()
233 int val = config_plugin_value_tobool((data_unset *)da, 2); in mod_proxy_parse_header_opts()
H A Dmod_auth.c114 data_unset *du = opts->data[i]; in http_auth_cache_init()
270 static void data_auth_free(data_unset *d) in data_auth_free()
452 data_unset *userhash = NULL; in mod_auth_require_parse_array()
480 userhash = (data_unset *)ds; in mod_auth_require_parse_array()
546 dauth->fn->free((data_unset *)dauth); in mod_auth_require_parse_array()
549 array_insert_unique(auth_require, (data_unset *)dauth); in mod_auth_require_parse_array()
H A Dmod_vhostdb_dbi.c129 data_unset *du = opts->data[j]; in mod_vhostdb_dbconf_setup()
H A Dmod_vhostdb.c91 data_unset *du = opts->data[i]; in vhostdb_cache_init()
H A Dmod_authn_dbi.c158 data_unset *du = opts->data[j]; in mod_authn_dbi_dbconf_setup()
H A Dmod_vhostdb_ldap.c118 starttls = config_plugin_value_tobool((data_unset *)ds, 1); in mod_vhostdb_dbconf_setup()
H A Dmod_cgi.c276 const data_unset * const du = a->data[i]; in mod_cgi_parse_limits()
H A Dmod_dirlisting.c175 const data_unset *du; in mod_dirlisting_parse_cache()
H A Dmod_webdav.c525 && config_plugin_value_tobool((data_unset *)ds,0)) { in SETDEFAULTS_FUNC()
531 && config_plugin_value_tobool((data_unset *)ds,0)) { in SETDEFAULTS_FUNC()
537 && config_plugin_value_tobool((data_unset *)ds,0)) { in SETDEFAULTS_FUNC()
H A Dmod_extforward.c273 data_unset *du = opts_params->data[j]; in mod_extforward_parse_opts()
H A Dserver.c862 data_unset * const du = in server_graceful_state_bg()
H A Dmod_deflate.c472 const data_unset * const du = a->data[i]; in mod_deflate_parse_params()
H A Dmod_magnet.c340 data_unset *du; in magnet_array_next()
H A Dgw_backend.c1719 data_unset * const du = in gw_set_defaults_backend()
/dports/www/lighttpd/lighttpd-1.4.63/
H A DNEWS625 * [core] const data_unset *array_get_element_klen()
762 * [core] (data_unset *) from array_get_element_klen