Searched refs:ZEND_FFI_TYPE (Results 1 – 1 of 1) sorted by relevance
168 #define ZEND_FFI_TYPE(t) \ macro295 if (!zend_ffi_is_compatible_type(ZEND_FFI_TYPE(dst_arg), ZEND_FFI_TYPE(src_arg))) { in zend_ffi_func_ptr_are_compatible()1641 type = ZEND_FFI_TYPE(type); in zend_ffi_return_unsupported()1654 type = ZEND_FFI_TYPE(type); in zend_ffi_pass_unsupported()3143 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(sym->type)); in zend_ffi_same_symbols()3153 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(tag->type)); in zend_ffi_same_tags()3376 && ZEND_FFI_TYPE(old_sym->type) != ZEND_FFI_TYPE(sym->type)) { in zend_ffi_load()3378 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_sym->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()3401 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()3403 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()[all …]
Completed in 24 milliseconds