Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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 18 milliseconds