Home
last modified time | relevance | path

Searched refs:data_config (Results 1 – 25 of 46) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_config.c8 data_config *src = (data_config *)s; in data_config_copy()
9 data_config *ds = data_config_init(); in data_config_copy()
19 data_config *ds = (data_config *)d; in data_config_free()
38 data_config *ds = (data_config *)d; in data_config_reset()
55 data_config *ds = (data_config *)d; in data_config_print()
93 if (NULL == ((data_config *)du)->prev) { in data_config_print()
118 data_config *data_config_init(void) { in data_config_init()
119 data_config *ds; in data_config_init()
H A Darray.h108 typedef struct _data_config data_config; typedef
123 data_config *parent;
125 data_config *prev;
126 data_config *next;
135 data_config *data_config_init(void);
H A Dconfigparser.y30 static data_config *configparser_pop(config_t *ctx) { in configparser_pop()
31 data_config *old = ctx->current; in configparser_pop()
32 ctx->current = (data_config *) array_pop(ctx->configs_stack); in configparser_pop()
39 data_config *dc; in configparser_get_variable()
125 %type condline {data_config *}
126 %type condlines {data_config *}
127 %type global {data_config *}
335 data_config *dc;
342 data_config *cur; in global()
370 data_config *cur; in condline()
[all …]
H A Dmod_access.c76 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
94 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_access_patch_connection()
H A Dmod_skeleton.c123 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
141 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_skeleton_patch_connection()
H A Dconfigparser.c17 static void configparser_push(config_t *ctx, data_config *dc, int isnew) { in configparser_push()
33 static data_config *configparser_pop(config_t *ctx) { in configparser_pop()
34 data_config *old = ctx->current; in configparser_pop()
35 ctx->current = (data_config *) array_pop(ctx->configs_stack); in configparser_pop()
42 data_config *dc; in configparser_get_variable()
170 data_config * yy78;
1095 data_config *dc; in yy_reduce()
1096 dc = (data_config *)array_get_element(ctx->srv->config_context, "global"); in yy_reduce()
1106 data_config *cur; in yy_reduce()
1149 data_config *cur; in yy_reduce()
[all …]
H A Dmod_redirect.c14 data_config *context; /* to which apply me */
96 ca = ((data_config *)srv->config_context->data[i])->value; in SETDEFAULTS_FUNC()
149 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_redirect_patch_connection()
H A Dmod_evasive.c95 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
114 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_evasive_patch_connection()
H A Dmod_indexfile.c97 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
115 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_indexfile_patch_connection()
H A Dmod_alias.c86 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
128 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_alias_patch_connection()
H A Dconfigfile-glue.c221 static cond_result_t config_check_cond_cached(server *srv, connection *con, data_config *dc);
223 static cond_result_t config_check_cond_nocache(server *srv, connection *con, data_config *dc) { in config_check_cond_nocache()
511 static cond_result_t config_check_cond_cached(server *srv, connection *con, data_config *dc) { in config_check_cond_cached()
517 data_config *c; in config_check_cond_cached()
577 int config_check_cond(server *srv, connection *con, data_config *dc) { in config_check_cond()
584 int config_append_cond_match_buffer(connection *con, data_config *dc, buffer *buf, int n) in config_append_cond_match_buffer()
H A Dmod_flv_streaming.c99 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
117 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_flv_streaming_patch_connection()
H A Dmod_setenv.c115 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
135 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_setenv_patch_connection()
H A Dmod_usertrack.c97 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
147 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_usertrack_patch_connection()
H A Dmod_secure_download.c118 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
164 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_secdownload_patch_connection()
H A Dmod_cml.c107 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
153 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_cml_patch_connection()
H A Dmod_simple_vhost.c116 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
191 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_simple_vhost_patch_connection()
H A Dmod_expire.c236 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
266 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_expire_patch_connection()
H A Dplugin.h89 int config_check_cond(server *srv, connection *con, data_config *dc);
90 int config_append_cond_match_buffer(connection *con, data_config *dc, buffer *buf, int n);
H A Dmod_evhost.c145 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, c… in SETDEFAULTS_FUNC()
237 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_evhost_patch_connection()
H A Dmod_userdir.c117 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
139 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_userdir_patch_connection()
H A Dmod_rewrite.c31 data_config *context, *context_NF; /* to which apply me */
261 ca = ((data_config *)srv->config_context->data[i])->value; in SETDEFAULTS_FUNC()
296 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_rewrite_patch_connection()
H A Dmod_rrdtool.c311 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_rrd_patch_connection()
365 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
H A Dmod_mysql_vhost.c219 ((data_config *)srv->config_context->data[i])->value,
312 data_config *dc = (data_config *)srv->config_context->data[i];
H A Dmod_extforward.c181 …if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv… in SETDEFAULTS_FUNC()
200 data_config *dc = (data_config *)srv->config_context->data[i]; in mod_extforward_patch_connection()

12