Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1086 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() local
1087 if (! (yysize <= yysize1 in yysyntax_error()
1088 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1090 yysize = yysize1; in yysyntax_error()
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local
1113 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1115 yysize = yysize1; in yysyntax_error()
/PHP-7.3/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 18 milliseconds