Home
last modified time | relevance | path

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

/PHP-8.1/ext/ffi/
H A Dffi.c166 #define ZEND_FFI_TYPE(t) \ macro
1590 type = ZEND_FFI_TYPE(type); in zend_ffi_return_unsupported()
1603 type = ZEND_FFI_TYPE(type); in zend_ffi_pass_unsupported()
2238 type = ZEND_FFI_TYPE(type); in _zend_ffi_type_dtor()
3086 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(sym->type)); in zend_ffi_same_symbols()
3096 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(tag->type)); in zend_ffi_same_tags()
3315 && ZEND_FFI_TYPE(old_sym->type) != ZEND_FFI_TYPE(sym->type)) { in zend_ffi_load()
3317 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_sym->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()
3340 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()
3342 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()
[all …]

Completed in 44 milliseconds