Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dphp_ffi.h133 #define ZEND_FFI_ABI_VECTORCALL 9 // FFI_VECTORCALL macro
H A Dffi_arginfo.h472 ZVAL_LONG(&const_ABI_VECTORCALL_value, ZEND_FFI_ABI_VECTORCALL); in register_class_FFI_CType()
H A Dffi.g492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
H A Dffi.c6441 if (dcl->abi == ZEND_FFI_ABI_VECTORCALL && args) {
6520 case ZEND_FFI_ABI_VECTORCALL:
6838 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);
H A Dffi_parser.c2954 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()

Completed in 35 milliseconds