Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c423 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
424 Stack = &yyptr->Stack_alloc; \
426 yyptr += yynewbytes / sizeof (*yyptr); \
1341 union yyalloc *yyptr = local
1343 if (! yyptr)
/PHP-7.3/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 18 milliseconds