Searched refs:ZEND_FFI_TYPE (Results 1 – 1 of 1) sorted by relevance
179 #define ZEND_FFI_TYPE(t) \ macro306 if (!zend_ffi_is_compatible_type(ZEND_FFI_TYPE(dst_arg), ZEND_FFI_TYPE(src_arg))) { in zend_ffi_func_ptr_are_compatible()1654 type = ZEND_FFI_TYPE(type); in zend_ffi_return_unsupported()1667 type = ZEND_FFI_TYPE(type); in zend_ffi_pass_unsupported()3170 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(sym->type)); in zend_ffi_same_symbols()3180 return zend_ffi_same_types(ZEND_FFI_TYPE(old->type), ZEND_FFI_TYPE(tag->type)); in zend_ffi_same_tags()3414 && ZEND_FFI_TYPE(old_sym->type) != ZEND_FFI_TYPE(sym->type)) { in zend_ffi_load()3416 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_sym->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()3439 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()3441 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()[all …]
Completed in 38 milliseconds