Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi.c1797 zend_ffi_type *ptr_type; in zend_ffi_add() local
1815 ptr_type = ZEND_FFI_TYPE(base_type)->pointer.type; in zend_ffi_add()
1824 ptr_type = base_type->array.type; in zend_ffi_add()
1825 if (ZEND_FFI_TYPE_IS_OWNED(ptr_type)) { in zend_ffi_add()
1826 ptr_type = ZEND_FFI_TYPE(ptr_type); in zend_ffi_add()
1827 if (!(ptr_type->attr & ZEND_FFI_ATTR_STORED)) { in zend_ffi_add()
1830 base_type->array.type = ptr_type; in zend_ffi_add()
1831 ptr_type = ZEND_FFI_TYPE_MAKE_OWNED(ptr_type); in zend_ffi_add()
1833 base_type->array.type = ptr_type = zend_ffi_remember_type(ptr_type); in zend_ffi_add()
1837 new_type->pointer.type = ptr_type; in zend_ffi_add()
[all …]

Completed in 31 milliseconds