Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds