Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1207 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
1243 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in sqliteParserFree()
1371 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yyStackOverflow()
3139 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
3181 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
3306 yy_pop_parser_stack(yypParser); in sqliteParser()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c104781 static int yy_pop_parser_stack(yyParser *pParser){
104821 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser);
104949 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
106535 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
106572 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
106697 yy_pop_parser_stack(yypParser);

Completed in 281 milliseconds