Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c462 …data_to_zval(zend_ffi_cdata *cdata, void *ptr, zend_ffi_type *type, int read_type, zval *rv, zend_… in zend_ffi_cdata_to_zval() argument
464 if (read_type == BP_VAR_R) { in zend_ffi_cdata_to_zval()
991 static zval *zend_ffi_cdata_get(zval *object, zval *member, int read_type, void **cache_slot, zval … in zend_ffi_cdata_get() argument
1112 static zval *zend_ffi_cdata_read_field(zval *object, zval *member, int read_type, void **cache_slot… in zend_ffi_cdata_read_field() argument
1181 …zend_ffi_cdata_to_zval(NULL, ptr, field_type, read_type, rv, (cdata->flags & ZEND_FFI_FLAG_CONST) … in zend_ffi_cdata_read_field()
1269 static zval *zend_ffi_cdata_read_dim(zval *object, zval *offset, int read_type, zval *rv) /* {{{ */ in zend_ffi_cdata_read_dim() argument
1322 zend_ffi_cdata_to_zval(NULL, ptr, dim_type, read_type, rv, is_const, 0, 0); in zend_ffi_cdata_read_dim()
2361 static zval *zend_ffi_read_var(zval *object, zval *member, int read_type, void **cache_slot, zval *… in zend_ffi_read_var() argument
2383 …zend_ffi_cdata_to_zval(NULL, sym->addr, ZEND_FFI_TYPE(sym->type), read_type, rv, (zend_ffi_flags)s… in zend_ffi_read_var()

Completed in 23 milliseconds