Home
last modified time | relevance | path

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

123

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h23 struct data_unset *(*copy)(const struct data_unset *src); \
24 void (* free)(struct data_unset *p); \
25 void (* reset)(struct data_unset *p); \
26 int (*insert_dup)(struct data_unset *dst, struct data_unset *src); \
27 void (*print)(const struct data_unset *p, int depth)
29 typedef struct data_unset { struct
31 } data_unset; typedef
34 data_unset **data;
166 int array_insert_unique(array *a, data_unset *str);
167 data_unset *array_pop(array *a);
[all …]
H A Ddata_integer.c7 static data_unset *data_integer_copy(const data_unset *s) { in data_integer_copy()
14 return (data_unset *)ds; in data_integer_copy()
17 static void data_integer_free(data_unset *d) { in data_integer_free()
25 static void data_integer_reset(data_unset *d) { in data_integer_reset()
33 static int data_integer_insert_dup(data_unset *dst, data_unset *src) { in data_integer_insert_dup()
41 static void data_integer_print(const data_unset *d, int depth) { in data_integer_print()
H A Ddata_string.c8 static data_unset *data_string_copy(const data_unset *s) { in data_string_copy()
15 return (data_unset *)ds; in data_string_copy()
18 static void data_string_free(data_unset *d) { in data_string_free()
27 static void data_string_reset(data_unset *d) { in data_string_reset()
35 static int data_string_insert_dup(data_unset *dst, data_unset *src) { in data_string_insert_dup()
51 static int data_response_insert_dup(data_unset *dst, data_unset *src) { in data_response_insert_dup()
70 static void data_string_print(const data_unset *d, int depth) { in data_string_print()
H A Ddata_count.c7 static data_unset *data_count_copy(const data_unset *s) { in data_count_copy()
14 return (data_unset *)ds; in data_count_copy()
17 static void data_count_free(data_unset *d) { in data_count_free()
25 static void data_count_reset(data_unset *d) { in data_count_reset()
33 static int data_count_insert_dup(data_unset *dst, data_unset *src) { in data_count_insert_dup()
44 static void data_count_print(const data_unset *d, int depth) { in data_count_print()
H A Ddata_array.c7 static data_unset *data_array_copy(const data_unset *s) { in data_array_copy()
15 return (data_unset *)ds; in data_array_copy()
18 static void data_array_free(data_unset *d) { in data_array_free()
27 static void data_array_reset(data_unset *d) { in data_array_reset()
35 static int data_array_insert_dup(data_unset *dst, data_unset *src) { in data_array_insert_dup()
43 static void data_array_print(const data_unset *d, int depth) { in data_array_print()
H A Ddata_fastcgi.c8 static data_unset *data_fastcgi_copy(const data_unset *s) { in data_fastcgi_copy()
15 return (data_unset *)ds; in data_fastcgi_copy()
18 static void data_fastcgi_free(data_unset *d) { in data_fastcgi_free()
27 static void data_fastcgi_reset(data_unset *d) { in data_fastcgi_reset()
35 static int data_fastcgi_insert_dup(data_unset *dst, data_unset *src) { in data_fastcgi_insert_dup()
43 static void data_fastcgi_print(const data_unset *d, int depth) { in data_fastcgi_print()
H A Ddata_config.c7 static data_unset *data_config_copy(const data_unset *s) { in data_config_copy()
15 return (data_unset *)ds; in data_config_copy()
18 static void data_config_free(data_unset *d) { in data_config_free()
37 static void data_config_reset(data_unset *d) { in data_config_reset()
46 static int data_config_insert_dup(data_unset *dst, data_unset *src) { in data_config_insert_dup()
54 static void data_config_print(const data_unset *d, int depth) { in data_config_print()
73 data_unset *du = a->data[i]; in data_config_print()
90 data_unset *du = ds->childs->data[i]; in data_config_print()
114 ds->next->print((data_unset *)ds->next, depth); in data_config_print()
H A Darray.c72 data_unset *array_pop(array *a) { in array_pop()
73 data_unset *du; in array_pop()
132 data_unset *ds = NULL; in array_get_unused_element()
168 data_unset *array_replace(array *a, data_unset *du) { in array_replace()
175 data_unset *old = a->data[ndx]; in array_replace()
264 data_unset *du = a->data[i]; in array_get_max_key_length()
283 data_unset *du = a->data[i]; in array_print()
301 data_unset *du = a->data[i]; in array_print()
314 data_unset *du = a->data[i]; in array_print()
357 array_insert_unique(a, (data_unset *)ds); in main()
[all …]
H A Dconfigparser.y38 data_unset *du; in configparser_get_variable()
59 data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2) { in configparser_merge_data()
71 return (data_unset *)ds; in configparser_merge_data()
88 data_unset *du; in configparser_merge_data()
92 du = (data_unset *)src->data[i]; in configparser_merge_data()
172 data_unset *du; in key()
245 A = (data_unset *)ds; in value()
257 A = (data_unset *)data_string_init(); in value()
264 A = (data_unset *)data_string_init(); in value()
271 A = (data_unset *)data_integer_init(); in value()
[all …]
H A Dconfigfile.h22 data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2);
H A Drequest.c260 array_insert_unique(vals, (data_unset *)ds); in http_request_split_value()
574 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
862 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
894 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
912 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
934 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
940 ds->free((data_unset*) ds); in http_request_parse()
955 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
968 ds->free((data_unset *)ds); in http_request_parse()
981 array_insert_unique(con->request.headers, (data_unset *)ds); in http_request_parse()
[all …]
H A Dconfigparser.c21 array_insert_unique(ctx->all_configs, (data_unset *)dc); in configparser_push()
23 array_insert_unique(dc->parent->childs, (data_unset *)dc); in configparser_push()
41 data_unset *du; in configparser_get_variable()
62 data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2) { in configparser_merge_data()
74 return (data_unset *)ds; in configparser_merge_data()
91 data_unset *du; in configparser_merge_data()
95 du = (data_unset *)src->data[i]; in configparser_merge_data()
168 data_unset * yy41;
872 data_unset *du; in yy_reduce()
959 yygotominor.yy41 = (data_unset *)ds; in yy_reduce()
[all …]
H A Dconfigfile.c393 data_unset *du = dc->value->data[j]; in config_patch_connection()
1129 array_insert_unique(srv->config, (data_unset *)dpid); in config_read()
1136 array_insert_unique(srv->config, (data_unset *)dcwd); in config_read()
1173 prepends = (data_array *)configparser_merge_data((data_unset *)prepends, (data_unset *)modules); in config_read()
1175 array_replace(srv->config, (data_unset *)prepends); in config_read()
1176 modules->free((data_unset *)modules); in config_read()
1183 array_insert_unique(modules->value, (data_unset *)ds); in config_read()
1189 array_insert_unique(modules->value, (data_unset *)ds); in config_read()
1199 array_insert_unique(modules->value, (data_unset *)ds); in config_read()
1203 array_insert_unique(modules->value, (data_unset *)ds); in config_read()
[all …]
H A Dmod_evhost.c192 array_insert_unique(host,(data_unset *)ds); in mod_evhost_parse_host()
206 array_insert_unique(host,(data_unset *)ds); in mod_evhost_parse_host()
219 array_insert_unique(host,(data_unset *)ds); in mod_evhost_parse_host()
245 data_unset *du = dc->value->data[j]; in mod_evhost_patch_connection()
H A Dmod_setenv.c143 data_unset *du = dc->value->data[j]; in mod_setenv_patch_connection()
191 array_insert_unique(con->request.headers, (data_unset *)ds_dst); in URIHANDLER_FUNC()
205 array_insert_unique(con->environment, (data_unset *)ds_dst); in URIHANDLER_FUNC()
H A Dmod_auth.c133 data_unset *du = dc->value->data[j]; in mod_auth_patch_connection()
318 array_insert_unique(con->environment, (data_unset *)ds); in mod_auth_uri_handler()
524 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()
531 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()
538 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()
540 array_insert_unique(s->auth_require, (data_unset *)a); in SETDEFAULTS_FUNC()
H A Dmod_proxy.c187 data_unset *du; in SETDEFAULTS_FUNC()
322 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()
323 array_insert_unique(s->extensions, (data_unset *)dfa); in SETDEFAULTS_FUNC()
325 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()
426 array_insert_unique(con->request.headers, (data_unset *)ds_dst); in proxy_set_header()
438 array_insert_unique(con->request.headers, (data_unset *)ds_dst); in proxy_append_header()
638 array_insert_unique(con->response.headers, (data_unset *)ds); in proxy_response_parse()
885 data_unset *du = dc->value->data[j]; in mod_proxy_patch_connection()
H A Dconfigfile-glue.c29 data_unset *du; in config_insert_values_internal()
57 array_insert_unique(cv[i].destination, (data_unset *)ds); in config_insert_values_internal()
190 data_unset *du; in config_insert_values_global()
207 array_insert_unique(srv->config_touched, (data_unset *)touched); in config_insert_values_global()
H A Dmod_flv_streaming.c125 data_unset *du = dc->value->data[j]; in mod_flv_streaming_patch_connection()
172 array_insert_unique(get_params, (data_unset *)ds); in split_get_params()
H A Dstatus_counter.c31 array_insert_unique(srv->status, (data_unset *)di); in status_counter_get_counter()
H A Dmod_usertrack.c155 data_unset *du = dc->value->data[j]; in mod_usertrack_patch_connection()
248 array_insert_unique(con->response.headers, (data_unset *)ds); in URIHANDLER_FUNC()
H A Dmod_redirect.c68 data_unset *du; in SETDEFAULTS_FUNC()
157 data_unset *du = dc->value->data[j]; in mod_redirect_patch_connection()
H A Dmod_extforward.c208 data_unset *du = dc->value->data[j]; in mod_extforward_patch_connection()
230 array_insert_unique(ary,(data_unset *)tempdata); in put_string_into_array_len()
H A Dmod_access.c102 data_unset *du = dc->value->data[j]; in mod_access_patch_connection()
H A Dmod_skeleton.c149 data_unset *du = dc->value->data[j]; in mod_skeleton_patch_connection()

123