Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c425 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
426 Stack = &yyptr->Stack_alloc; \
428 yyptr += yynewbytes / sizeof (*yyptr); \
1343 union yyalloc *yyptr = local
1345 if (! yyptr)
/PHP-7.2/ext/json/
H A Djson_parser.tab.c426 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
427 Stack = &yyptr->Stack_alloc; \
429 yyptr += yynewbytes / sizeof (*yyptr); \
1318 union yyalloc *yyptr = in yyparse() local
1320 if (! yyptr) in yyparse()

Completed in 27 milliseconds