Searched refs:ZEND_FFI_ABI_FASTCALL (Results 1 – 5 of 5) sorted by relevance
126 #define ZEND_FFI_ABI_FASTCALL 2 // FFI_FASTCALL macro
415 ZVAL_LONG(&const_ABI_FASTCALL_value, ZEND_FFI_ABI_FASTCALL); in register_class_FFI_CType()
492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);}
3009 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes()
6532 case ZEND_FFI_ABI_FASTCALL:6870 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);
Completed in 46 milliseconds