| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | data_config.c | 8 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 D | array.h | 108 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 D | configparser.y | 30 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 D | mod_access.c | 76 …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 D | mod_skeleton.c | 123 …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 D | configparser.c | 17 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 D | mod_redirect.c | 14 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 D | mod_evasive.c | 95 …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 D | mod_indexfile.c | 97 …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 D | mod_alias.c | 86 …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 D | configfile-glue.c | 221 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 D | mod_flv_streaming.c | 99 …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 D | mod_setenv.c | 115 …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 D | mod_usertrack.c | 97 …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 D | mod_secure_download.c | 118 …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 D | mod_cml.c | 107 …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 D | mod_simple_vhost.c | 116 …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 D | mod_expire.c | 236 …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 D | plugin.h | 89 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 D | mod_evhost.c | 145 …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 D | mod_userdir.c | 117 …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 D | mod_rewrite.c | 31 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 D | mod_rrdtool.c | 311 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 D | mod_mysql_vhost.c | 219 ((data_config *)srv->config_context->data[i])->value, 312 data_config *dc = (data_config *)srv->config_context->data[i];
|
| H A D | mod_extforward.c | 181 …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()
|