Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1371 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yyStackOverflow()
1389 if( yypParser->yyidx>yypParser->yyidxMax ){ in yy_shift()
1390 yypParser->yyidxMax = yypParser->yyidx; in yy_shift()
1399 if( yypParser->yyidx>=yypParser->yystksz ){ in yy_shift()
1401 if( yypParser->yyidx>=yypParser->yystksz ){ in yy_shift()
1407 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()
1741 yymsp = &yypParser->yystack[yypParser->yyidx]; in yy_reduce()
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()
3288 yymx = yypParser->yystack[yypParser->yyidx].major; in sqliteParser()
[all …]
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c104949 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
104971 if( yypParser->yyidx>yypParser->yyidxMax ){
104972 yypParser->yyidxMax = yypParser->yyidx;
104981 if( yypParser->yyidx>=yypParser->yystksz ){
104983 if( yypParser->yyidx>=yypParser->yystksz ){
104989 yytos = &yypParser->yystack[yypParser->yyidx];
105359 yymsp = &yypParser->yystack[yypParser->yyidx];
106535 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
106572 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
106679 yymx = yypParser->yystack[yypParser->yyidx].major;
[all …]

Completed in 361 milliseconds