Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_com.c463 int i, byref_count = 0, j; in php_com_do_invoke_byref() local
490 byref_count++; in php_com_do_invoke_byref()
495 if (byref_count) { in php_com_do_invoke_byref()
496 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref()

Completed in 6 milliseconds