Home
last modified time | relevance | path

Searched refs:SETJMP (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.h200 if (SETJMP(__bailout) == 0) {
/PHP-8.3/Zend/
H A Dzend_portability.h374 # define SETJMP(a) sigsetjmp(a, 0) macro
378 # define SETJMP(a) setjmp(a) macro
H A Dzend.h266 if (SETJMP(__bailout)==0) {
/PHP-8.3/ext/ffi/
H A Dffi.g886 if (SETJMP(FFI_G(bailout))==0) {
901 if (SETJMP(FFI_G(bailout))==0) {
H A Dffi_parser.c3619 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_decl()
3634 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_type()

Completed in 19 milliseconds