Searched refs:zend_ffi_set_abi (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/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 | 235 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
|
H A D | ffi_parser.c | 2940 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); in parse_attributes() 2944 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); in parse_attributes() 2948 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes() 2952 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); in parse_attributes() 2956 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()
|
H A D | ffi.c | 6373 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi) /* {{{ */ function 6439 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_CDECL); 6442 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); 6445 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_THISCALL); 6448 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_STDCALL); 6451 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_MS); 6454 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_SYSV); 6457 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); 6525 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_REGISTER);
|
Completed in 39 milliseconds