Home
last modified time | relevance | path

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

/PHP-8.1/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);
1753 zend_ffi_type *new_type = emalloc(sizeof(zend_ffi_type)); in zend_ffi_add()
2435 zend_ffi_type *new_type = emalloc(sizeof(zend_ffi_type)); in zend_ffi_read_var()
3100 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()
4048 zend_ffi_type *type; in ZEND_METHOD()
4089 zend_ffi_type *type; in ZEND_METHOD()
4218 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 29 milliseconds