werr              224 ext/com_dotnet/com_com.c 		char *werr, *msg;
werr              226 ext/com_dotnet/com_com.c 		werr = php_win32_error_to_msg(res);
werr              227 ext/com_dotnet/com_com.c 		spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr);
werr              228 ext/com_dotnet/com_com.c 		LocalFree(werr);
werr              487 ext/com_dotnet/com_variant.c 				char *werr, *msg;
werr              489 ext/com_dotnet/com_variant.c 				werr = php_win32_error_to_msg(res);
werr              490 ext/com_dotnet/com_variant.c 				spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr              491 ext/com_dotnet/com_variant.c 				LocalFree(werr);
werr             1068 ext/com_dotnet/com_variant.c 		char *werr, *msg;
werr             1070 ext/com_dotnet/com_variant.c 		werr = php_win32_error_to_msg(res);
werr             1071 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr             1072 ext/com_dotnet/com_variant.c 		LocalFree(werr);
werr             1102 ext/com_dotnet/com_variant.c 		char *werr, *msg;
werr             1104 ext/com_dotnet/com_variant.c 		werr = php_win32_error_to_msg(res);
werr             1105 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
werr             1106 ext/com_dotnet/com_variant.c 		LocalFree(werr);