Home
last modified time | relevance | path

Searched refs:werr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c452 char *werr, *msg; in PHP_FUNCTION() local
454 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
456 LocalFree(werr); in PHP_FUNCTION()
1033 char *werr, *msg; in PHP_FUNCTION() local
1035 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1036 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1037 LocalFree(werr); in PHP_FUNCTION()
1067 char *werr, *msg; in PHP_FUNCTION() local
1069 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1070 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
[all …]
H A Dcom_com.c225 char *werr, *msg; in PHP_FUNCTION() local
227 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
228 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_FUNCTION()
229 LocalFree(werr); in PHP_FUNCTION()

Completed in 15 milliseconds