php_com_zval_from_variant  563 ext/com_dotnet/com_com.c 						php_com_zval_from_variant(*args[nargs - i - 1], &byref_vals[j],
php_com_zval_from_variant  569 ext/com_dotnet/com_com.c 					php_com_zval_from_variant(*args[nargs - i - 1], &vargs[i],
php_com_zval_from_variant   55 ext/com_dotnet/com_handlers.c 			php_com_zval_from_variant(return_value, &v, obj->code_page TSRMLS_CC);
php_com_zval_from_variant  105 ext/com_dotnet/com_handlers.c 			php_com_zval_from_variant(return_value, &v, obj->code_page TSRMLS_CC);
php_com_zval_from_variant  391 ext/com_dotnet/com_handlers.c 		php_com_zval_from_variant(return_value, &v, obj->code_page TSRMLS_CC);
php_com_zval_from_variant  531 ext/com_dotnet/com_handlers.c 		php_com_zval_from_variant(writeobj, &v, obj->code_page TSRMLS_CC);
php_com_zval_from_variant  125 ext/com_dotnet/com_iterator.c 	php_com_zval_from_variant(ptr, &I->v, I->code_page TSRMLS_CC);
php_com_zval_from_variant  197 ext/com_dotnet/com_iterator.c 			php_com_zval_from_variant(ptr, &I->v, I->code_page TSRMLS_CC);
php_com_zval_from_variant  231 ext/com_dotnet/com_iterator.c 			php_com_zval_from_variant(ptr, &I->v, I->code_page TSRMLS_CC);
php_com_zval_from_variant  125 ext/com_dotnet/com_saproxy.c 			php_com_zval_from_variant(return_value, &v, proxy->obj->code_page TSRMLS_CC);
php_com_zval_from_variant  208 ext/com_dotnet/com_typeinfo.c 				php_com_zval_from_variant(&value, pVarDesc->lpvarValue, codepage TSRMLS_CC);
php_com_zval_from_variant  248 ext/com_dotnet/com_variant.c 			return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage TSRMLS_CC);
php_com_zval_from_variant  152 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage TSRMLS_DC);