Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1314 yytype_int16 *yyss1 = yyss; local
1321 &yyss1, yysize * sizeof (*yyssp),
1325 yyss = yyss1;
1340 yytype_int16 *yyss1 = yyss; local
1348 if (yyss1 != yyssa)
1349 YYSTACK_FREE (yyss1);
/PHP-7.3/ext/json/
H A Djson_parser.tab.c1291 yytype_int16 *yyss1 = yyss; in yyparse() local
1298 &yyss1, yysize * sizeof (*yyssp), in yyparse()
1302 yyss = yyss1; in yyparse()
1317 yytype_int16 *yyss1 = yyss; in yyparse() local
1325 if (yyss1 != yyssa) in yyparse()
1326 YYSTACK_FREE (yyss1); in yyparse()

Completed in 16 milliseconds