Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c478 char *werr, *msg; in PHP_FUNCTION() local
480 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
482 LocalFree(werr); in PHP_FUNCTION()
1066 char *werr, *msg; in PHP_FUNCTION() local
1068 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1069 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1070 LocalFree(werr); in PHP_FUNCTION()
1100 char *werr, *msg; in PHP_FUNCTION() local
1102 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1103 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
[all …]
H A Dcom_com.c229 char *werr, *msg; in PHP_FUNCTION() local
231 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
232 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_FUNCTION()
233 LocalFree(werr); in PHP_FUNCTION()

Completed in 30 milliseconds