Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_variant.c485 char *werr, *msg; in PHP_METHOD() local
487 werr = php_win32_error_to_msg(res); in PHP_METHOD()
489 php_win32_error_msg_free(werr); in PHP_METHOD()
1054 char *werr, *msg; in PHP_FUNCTION() local
1056 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1057 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1058 php_win32_error_msg_free(werr); in PHP_FUNCTION()
1091 char *werr, *msg; in PHP_FUNCTION() local
1093 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1094 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
[all …]
H A Dcom_com.c217 char *werr, *msg; in PHP_METHOD() local
219 werr = php_win32_error_to_msg(res); in PHP_METHOD()
220 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_METHOD()
221 php_win32_error_msg_free(werr); in PHP_METHOD()

Completed in 10 milliseconds