Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.c1088 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() local
1089 if (! (yysize <= yysize1 in yysyntax_error()
1090 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1092 yysize = yysize1; in yysyntax_error()
1114 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
1115 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1117 yysize = yysize1; in yysyntax_error()
/PHP-7.1/ext/json/
H A Djson_parser.tab.c984 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
985 if (! (yysize <= yysize1 in yysyntax_error()
986 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
988 yysize = yysize1; in yysyntax_error()
1010 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
1011 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1013 yysize = yysize1; in yysyntax_error()

Completed in 20 milliseconds