pvarRes           248 ext/com_dotnet/com_wrapper.c 	/* [out] */ VARIANT *pvarRes,
pvarRes           328 ext/com_dotnet/com_wrapper.c 			if (pvarRes) {
pvarRes           329 ext/com_dotnet/com_wrapper.c 				VariantInit(pvarRes);
pvarRes           330 ext/com_dotnet/com_wrapper.c 				php_com_variant_from_zval(pvarRes, retval, COMG(code_page));
pvarRes           333 ext/com_dotnet/com_wrapper.c 		} else if (pvarRes) {
pvarRes           334 ext/com_dotnet/com_wrapper.c 			VariantInit(pvarRes);