Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c1316 yytype_int16 *yyss1 = yyss; local
1323 &yyss1, yysize * sizeof (*yyssp),
1327 yyss = yyss1;
1342 yytype_int16 *yyss1 = yyss; local
1350 if (yyss1 != yyssa)
1351 YYSTACK_FREE (yyss1);
/PHP-7.2/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 23 milliseconds