Searched refs:YYCOPY (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 425 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 437 # ifndef YYCOPY 439 # define YYCOPY(Dst, Src, Count) \ macro 442 # define YYCOPY(Dst, Src, Count) \ macro
|
/PHP-7.2/ext/json/ |
H A D | json_parser.tab.c | 426 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 438 # ifndef YYCOPY 440 # define YYCOPY(Dst, Src, Count) \ macro 443 # define YYCOPY(Dst, Src, Count) \ macro
|
Completed in 13 milliseconds