Searched refs:werr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/com_dotnet/ |
H A D | com_variant.c | 492 char *werr, *msg; in PHP_FUNCTION() local 494 werr = php_win32_error_to_msg(res); in PHP_FUNCTION() 496 LocalFree(werr); in PHP_FUNCTION() 1080 char *werr, *msg; in PHP_FUNCTION() local 1082 werr = php_win32_error_to_msg(res); in PHP_FUNCTION() 1083 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION() 1084 LocalFree(werr); in PHP_FUNCTION() 1114 char *werr, *msg; in PHP_FUNCTION() local 1116 werr = php_win32_error_to_msg(res); in PHP_FUNCTION() 1117 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION() [all …]
|
H A D | com_com.c | 233 char *werr, *msg; in PHP_FUNCTION() local 235 werr = php_win32_error_to_msg(res); in PHP_FUNCTION() 236 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_FUNCTION() 237 LocalFree(werr); in PHP_FUNCTION()
|
Completed in 9 milliseconds