Searched refs:zend_ffi_set_abi (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/ffi/ |
H A D | ffi.g | 484 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL);} 486 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL);} 488 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);} 490 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL);} 492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
|
H A D | php_ffi.h | 233 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
|
H A D | ffi_parser.c | 2938 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); in parse_attributes() 2942 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); in parse_attributes() 2946 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes() 2950 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); in parse_attributes() 2954 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()
|
H A D | ffi.c | 6299 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi) /* {{{ */ function 6365 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); 6368 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); 6371 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); 6374 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); 6377 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_MS); 6380 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_SYSV); 6383 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); 6451 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_REGISTER);
|
Completed in 31 milliseconds