Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c278 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
314 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ParseFree()
411 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
503 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
538 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
653 yy_pop_parser_stack(yypParser); in Parse()
H A Dmod_ssi_exprparser.c366 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
402 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ssiexprparserFree()
499 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
764 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
802 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
916 yy_pop_parser_stack(yypParser); in ssiexprparser()
H A Dconfigparser.c572 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
608 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in configparserFree()
705 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
1424 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
1462 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
1576 yy_pop_parser_stack(yypParser); in configparser()