Searched refs:zend_ffi_set_abi (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/ffi/ |
H A D | ffi.g | 488 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL);} 490 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL);} 492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);} 494 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL);} 496 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
|
H A D | php_ffi.h | 234 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
|
H A D | ffi_parser.c | 3001 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); in parse_attributes() 3005 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); in parse_attributes() 3009 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes() 3013 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); in parse_attributes() 3017 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()
|
H A D | ffi.c | 6759 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi) /* {{{ */ function 6825 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); 6828 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); 6831 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); 6834 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); 6837 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_MS); 6840 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_SYSV); 6843 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); 6911 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_REGISTER);
|
Completed in 37 milliseconds