Searched refs:werr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/com_dotnet/ |
H A D | com_variant.c | 452 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 D | com_com.c | 225 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 9 milliseconds