werr              225 ext/com_dotnet/com_com.c 		char *werr, *msg;
werr              227 ext/com_dotnet/com_com.c 		werr = php_win32_error_to_msg(res);
werr              228 ext/com_dotnet/com_com.c 		spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr);
werr              229 ext/com_dotnet/com_com.c 		LocalFree(werr);
werr              452 ext/com_dotnet/com_variant.c 				char *werr, *msg;
werr              454 ext/com_dotnet/com_variant.c 				werr = php_win32_error_to_msg(res);
werr              455 ext/com_dotnet/com_variant.c 				spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr              456 ext/com_dotnet/com_variant.c 				LocalFree(werr);
werr             1033 ext/com_dotnet/com_variant.c 		char *werr, *msg;
werr             1035 ext/com_dotnet/com_variant.c 		werr = php_win32_error_to_msg(res);
werr             1036 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr             1037 ext/com_dotnet/com_variant.c 		LocalFree(werr);
werr             1067 ext/com_dotnet/com_variant.c 		char *werr, *msg;
werr             1069 ext/com_dotnet/com_variant.c 		werr = php_win32_error_to_msg(res);
werr             1070 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr             1071 ext/com_dotnet/com_variant.c 		LocalFree(werr);