Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c894 #ifndef YYINITDEPTH
895 # define YYINITDEPTH 200 macro
1250 yytype_int16 yyssa[YYINITDEPTH];
1255 YYSTYPE yyvsa[YYINITDEPTH];
1284 yystacksize = YYINITDEPTH;
/PHP-7.0/ext/json/
H A Djson_parser.tab.c812 #ifndef YYINITDEPTH
813 # define YYINITDEPTH 200 macro
1228 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1233 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1262 yystacksize = YYINITDEPTH; in yyparse()

Completed in 25 milliseconds