Lines Matching refs:data_config
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()
1167 data_config *dc; in yy_reduce()
1202 if (NULL != (dc = (data_config *)array_get_element(ctx->all_configs, b->ptr))) { in yy_reduce()