Searched refs:ptr_type (Results 1 – 2 of 2) sorted by relevance
58 ptr_type = gdb.lookup_type('char').pointer()60 str = self.val['val'].cast(ptr_type).dereference().cast(ary_type)160 ptr_type = gdb.lookup_type('zend_ast').pointer().pointer()161 children = children.cast(ptr_type)
1798 zend_ffi_type *ptr_type; in zend_ffi_add() local1816 ptr_type = ZEND_FFI_TYPE(base_type)->pointer.type; in zend_ffi_add()1825 ptr_type = base_type->array.type; in zend_ffi_add()1826 if (ZEND_FFI_TYPE_IS_OWNED(ptr_type)) { in zend_ffi_add()1827 ptr_type = ZEND_FFI_TYPE(ptr_type); in zend_ffi_add()1828 if (!(ptr_type->attr & ZEND_FFI_ATTR_STORED)) { in zend_ffi_add()1831 base_type->array.type = ptr_type; in zend_ffi_add()1832 ptr_type = ZEND_FFI_TYPE_MAKE_OWNED(ptr_type); in zend_ffi_add()1834 base_type->array.type = ptr_type = zend_ffi_remember_type(ptr_type); in zend_ffi_add()1838 new_type->pointer.type = ptr_type; in zend_ffi_add()[all …]
Completed in 22 milliseconds