pvarRes           249 ext/com_dotnet/com_wrapper.c 	/* [out] */ VARIANT *pvarRes,
pvarRes           333 ext/com_dotnet/com_wrapper.c 			if (pvarRes) {
pvarRes           334 ext/com_dotnet/com_wrapper.c 				VariantInit(pvarRes);
pvarRes           335 ext/com_dotnet/com_wrapper.c 				php_com_variant_from_zval(pvarRes, retval, COMG(code_page) TSRMLS_CC);
pvarRes           338 ext/com_dotnet/com_wrapper.c 		} else if (pvarRes) {
pvarRes           339 ext/com_dotnet/com_wrapper.c 			VariantInit(pvarRes);