Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c1726 zend_ffi_type *ptr_type; in zend_ffi_add() local
1744 ptr_type = ZEND_FFI_TYPE(base_type)->pointer.type; in zend_ffi_add()
1753 ptr_type = base_type->array.type; in zend_ffi_add()
1754 if (ZEND_FFI_TYPE_IS_OWNED(ptr_type)) { in zend_ffi_add()
1755 ptr_type = ZEND_FFI_TYPE(ptr_type); in zend_ffi_add()
1756 if (!(ptr_type->attr & ZEND_FFI_ATTR_STORED)) { in zend_ffi_add()
1759 base_type->array.type = ptr_type; in zend_ffi_add()
1760 ptr_type = ZEND_FFI_TYPE_MAKE_OWNED(ptr_type); in zend_ffi_add()
1762 base_type->array.type = ptr_type = zend_ffi_remember_type(ptr_type); in zend_ffi_add()
1766 new_type->pointer.type = ptr_type; in zend_ffi_add()
[all …]

Completed in 33 milliseconds