Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c892 #ifndef YYINITDEPTH
893 # define YYINITDEPTH 200 macro
1248 yytype_int16 yyssa[YYINITDEPTH];
1253 YYSTYPE yyvsa[YYINITDEPTH];
1282 yystacksize = YYINITDEPTH;
/PHP-7.3/ext/json/
H A Djson_parser.tab.c809 #ifndef YYINITDEPTH
810 # define YYINITDEPTH 200 macro
1225 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1230 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1259 yystacksize = YYINITDEPTH; in yyparse()

Completed in 14 milliseconds