Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c1006 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1065 yysize = yysize0; in yysyntax_error()
1074 yysize = yysize1; in yysyntax_error()
1099 yysize = yysize1; in yysyntax_error()
1102 if (*yymsg_alloc < yysize) in yysyntax_error()
1104 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1105 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1307 &yyss1, yysize * sizeof (*yyssp),
1308 &yyvs1, yysize * sizeof (*yyvsp),
1340 yyssp = yyss + yysize - 1;
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c125290 int yysize; /* Amount to pop the stack */
126554 yysize = yyRuleInfo[yyruleno].nrhs;
126555 yypParser->yyidx -= yysize;
126556 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
126563 if( yysize ){
126565 yymsp -= yysize-1;

Completed in 293 milliseconds