Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c118 zend_ffi_type *ret_type; member
883 zend_ffi_type *ret_type; in zend_ffi_callback_trampoline() local
924 ret_type = ZEND_FFI_TYPE(callback_data->type->func.ret_type); in zend_ffi_callback_trampoline()
992 callback_data->ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in zend_ffi_create_callback()
2661 ffi_type *ret_type = NULL; in ZEND_FUNCTION() local
2705 ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in ZEND_FUNCTION()
2706 if (!ret_type) { in ZEND_FUNCTION()
2742 ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in ZEND_FUNCTION()
2743 if (!ret_type) { in ZEND_FUNCTION()
2766 efree(ret_type); in ZEND_FUNCTION()
[all …]

Completed in 21 milliseconds