Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c656 static zend_always_inline int zend_ffi_zval_to_cdata(void *ptr, zend_ffi_type *type, zval *value) /… in zend_ffi_zval_to_cdata() function
895 zend_ffi_zval_to_cdata(ret, ret_type, &retval); in zend_ffi_callback_trampoline()
1032 zend_ffi_zval_to_cdata(cdata->ptr, type, value); in zend_ffi_cdata_set()
1261 zend_ffi_zval_to_cdata(ptr, ZEND_FFI_TYPE(field->type), value); in zend_ffi_cdata_write_field()
1375 zend_ffi_zval_to_cdata(ptr, type, value); in zend_ffi_cdata_write_dim()
2436 zend_ffi_zval_to_cdata(sym->addr, ZEND_FFI_TYPE(sym->type), value); in zend_ffi_write_var()
3874 zend_ffi_zval_to_cdata(cdata->ptr, type, zv); in ZEND_METHOD()

Completed in 28 milliseconds