Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c107 zend_ffi_type *type;
111 zend_ffi_type *type;
210 static int zend_ffi_is_same_type(zend_ffi_type *type1, zend_ffi_type *type2);
211 static zend_ffi_type *zend_ffi_remember_type(zend_ffi_type *type);
1746 zend_ffi_type *new_type = emalloc(sizeof(zend_ffi_type)); in zend_ffi_add()
2414 zend_ffi_type *new_type = emalloc(sizeof(zend_ffi_type)); in zend_ffi_read_var()
3079 static int zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /*… in zend_ffi_subst_old_type()
4033 zend_ffi_type *type; in ZEND_METHOD()
4074 zend_ffi_type *type; in ZEND_METHOD()
4203 zend_ffi_type *type; in ZEND_METHOD()
[all …]
H A Dphp_ffi.h29 typedef struct _zend_ffi_type zend_ffi_type; typedef
169 zend_ffi_type *type;

Completed in 26 milliseconds