Home
last modified time | relevance | path

Searched refs:context_ndx (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c228 if (dc->parent && dc->parent->context_ndx) { in config_check_cond_nocache()
263 switch (con->cond_cache[dc->context_ndx].result) { in config_check_cond_nocache()
265 return con->cond_cache[dc->context_ndx].result; in config_check_cond_nocache()
482 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_check_cond_nocache()
514 if (COND_RESULT_UNSET == caches[dc->context_ndx].result) { in config_check_cond_cached()
523 caches[c->context_ndx].result = COND_RESULT_FALSE; in config_check_cond_cached()
527 caches[dc->context_ndx].comp_type = dc->comp; in config_check_cond_cached()
530 log_error_write(srv, __FILE__, __LINE__, "dss", dc->context_ndx, in config_check_cond_cached()
537 log_error_write(srv, __FILE__, __LINE__, "dss", dc->context_ndx, in config_check_cond_cached()
543 return caches[dc->context_ndx].result; in config_check_cond_cached()
[all …]
H A Dconfigparser.y16 dc->context_ndx = ctx->all_configs->used; in configparser_push()
17 assert(dc->context_ndx > ctx->current->context_ndx); in configparser_push()
22 if (ctx->configs_stack->used > 0 && ctx->current->context_ndx == 0) { in configparser_push()
151 ctx->current->context_ndx, in key()
159 ctx->current->context_ndx, in key()
176 ctx->current->context_ndx, in key()
353 if (B->context_ndx >= C->context_ndx) { in condlines()
H A Ddata_config.c60 if (0 == ds->context_ndx) { in data_config_print()
67 fprintf(stdout, "# block %d\n", ds->context_ndx); in data_config_print()
105 if (0 != ds->context_ndx) { in data_config_print()
H A Dconfigparser.c19 dc->context_ndx = ctx->all_configs->used; in configparser_push()
20 assert(dc->context_ndx > ctx->current->context_ndx); in configparser_push()
25 if (ctx->configs_stack->used > 0 && ctx->current->context_ndx == 0) { in configparser_push()
847 ctx->current->context_ndx, in yy_reduce()
855 ctx->current->context_ndx, in yy_reduce()
876 ctx->current->context_ndx, in yy_reduce()
1124 if (yymsp[-3].minor.yy78->context_ndx >= yymsp[0].minor.yy78->context_ndx) { in yy_reduce()
H A Darray.h120 int context_ndx; /* more or less like an id */ member
H A Dconfigfile.c1120 dc->context_ndx = context.all_configs->used; in config_read()