Searched refs:Src (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 439 # define YYCOPY(Dst, Src, Count) \ argument 440 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) 442 # define YYCOPY(Dst, Src, Count) \ argument 447 (Dst)[yyi] = (Src)[yyi]; \
|
/PHP-7.2/ext/json/ |
H A D | json_parser.tab.c | 440 # define YYCOPY(Dst, Src, Count) \ argument 441 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) 443 # define YYCOPY(Dst, Src, Count) \ argument 448 (Dst)[yyi] = (Src)[yyi]; \
|
Completed in 14 milliseconds