Home
last modified time | relevance | path

Searched refs:yyidx (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c243 pParser->yyidx = -1; in ParseAlloc()
282 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
292 pParser->yyidx--; in yy_pop_parser_stack()
402 yypParser->yyidx++; in yy_shift()
403 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
405 yypParser->yyidx--; in yy_shift()
427 for(i=1; i<=yypParser->yyidx; i++) in yy_shift()
482 yypParser->yyidx -= yysize; in yy_reduce()
578 if( yypParser->yyidx<0 ){ in Parse()
580 yypParser->yyidx = 0; in Parse()
[all …]
H A Dmod_ssi_exprparser.c316 pParser->yyidx = -1; in ssiexprparserAlloc()
370 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
380 pParser->yyidx--; in yy_pop_parser_stack()
490 yypParser->yyidx++; in yy_shift()
491 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
493 yypParser->yyidx--; in yy_shift()
514 for(i=1; i<=yypParser->yyidx; i++) in yy_shift()
743 yypParser->yyidx -= yysize; in yy_reduce()
841 if( yypParser->yyidx<0 ){ in ssiexprparser()
843 yypParser->yyidx = 0; in ssiexprparser()
[all …]
H A Dconfigparser.c474 pParser->yyidx = -1; in configparserAlloc()
576 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
586 pParser->yyidx--; in yy_pop_parser_stack()
696 yypParser->yyidx++; in yy_shift()
697 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
699 yypParser->yyidx--; in yy_shift()
720 for(i=1; i<=yypParser->yyidx; i++) in yy_shift()
1403 yypParser->yyidx -= yysize; in yy_reduce()
1501 if( yypParser->yyidx<0 ){ in configparser()
1503 yypParser->yyidx = 0; in configparser()
[all …]