Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h200 if (SETJMP(__bailout) == 0) {
/php-src/Zend/
H A Dzend_portability.h388 # define SETJMP(a) sigsetjmp(a, 0) macro
392 # define SETJMP(a) setjmp(a) macro
H A Dzend.h267 if (SETJMP(__bailout)==0) {
/php-src/ext/ffi/
H A Dffi.g882 if (SETJMP(FFI_G(bailout))==0) {
897 if (SETJMP(FFI_G(bailout))==0) {
H A Dffi_parser.c3556 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_decl()
3571 if (SETJMP(FFI_G(bailout))==0) { in zend_ffi_parse_type()

Completed in 22 milliseconds