Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c2441 static int zend_ffi_pass_arg(zval *arg, zend_ffi_type *type, ffi_type **pass_type, void **arg_value… in zend_ffi_pass_arg() function
2627 return zend_ffi_pass_arg(arg, type, pass_type, arg_values, n, execute_data); in zend_ffi_pass_var_arg()
2670 …if (zend_ffi_pass_arg(EX_VAR_NUM(n), arg_type, &arg_types[n], arg_values, n, execute_data) != SUCC… in ZEND_FUNCTION()
2715 …if (zend_ffi_pass_arg(EX_VAR_NUM(n), arg_type, &arg_types[n], arg_values, n, execute_data) != SUCC… in ZEND_FUNCTION()

Completed in 19 milliseconds