Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.c1024 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1083 yysize = yysize0; in yysyntax_error()
1092 yysize = yysize1; in yysyntax_error()
1117 yysize = yysize1; in yysyntax_error()
1120 if (*yymsg_alloc < yysize) in yysyntax_error()
1122 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1123 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1323 &yyss1, yysize * sizeof (*yyssp),
1324 &yyvs1, yysize * sizeof (*yyvsp),
1356 yyssp = yyss + yysize - 1;
[all …]
/PHP-7.1/ext/json/
H A Djson_parser.tab.c924 YYSIZE_T yysize = yysize0; in yysyntax_error() local
979 yysize = yysize0; in yysyntax_error()
985 if (! (yysize <= yysize1 in yysyntax_error()
988 yysize = yysize1; in yysyntax_error()
1013 yysize = yysize1; in yysyntax_error()
1016 if (*yymsg_alloc < yysize) in yysyntax_error()
1018 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1019 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1283 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local
1331 yyssp = yyss + yysize - 1; in yyparse()
[all …]
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c151252 int yysize; /* Amount to pop the stack */
151259 yysize = yyRuleInfoNRhs[yyruleno];
151260 if( yysize ){
151263 yyruleno, yyRuleName[yyruleno], yymsp[yysize].stateno);
152727 yysize = yyRuleInfoNRhs[yyruleno];
152728 yyact = yy_find_reduce_action(yymsp[yysize].stateno,(YYCODETYPE)yygoto);
152737 yymsp += yysize+1;

Completed in 497 milliseconds