Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1739 int yysize; /* Amount to pop the stack */ in yy_reduce() local
3100 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
3101 yypParser->yyidx -= yysize; in yy_reduce()
3102 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); in yy_reduce()
3109 if( yysize ){ in yy_reduce()
3111 yymsp -= yysize-1; in yy_reduce()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c105357 int yysize; /* Amount to pop the stack */
106496 yysize = yyRuleInfo[yyruleno].nrhs;
106497 yypParser->yyidx -= yysize;
106498 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
106505 if( yysize ){
106507 yymsp -= yysize-1;

Completed in 306 milliseconds