Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_win.c30 EXCEPTION_RECORD *xr = xp->ExceptionRecord; in phpdbg_exception_handler_win32() local
33 if(xr->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) { in phpdbg_exception_handler_win32()
35 if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) { in phpdbg_exception_handler_win32()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1901 struct seg {int y, xl, xr, dy;}; member
1907 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1910 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}

Completed in 15 milliseconds