Searched refs:php_win32_error_to_msg (Results 1 – 8 of 8) sorted by relevance
28 PHP_WINUTIL_API char *php_win32_error_to_msg(HRESULT error);30 #define php_win_err() php_win32_error_to_msg(GetLastError())
25 PHP_WINUTIL_API char *php_win32_error_to_msg(HRESULT error) in php_win32_error_to_msg() function
61 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring()92 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string()126 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_bstr()147 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_bstr_to_string()
206 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION()220 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION()233 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION()316 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION()
231 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()389 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()405 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()490 winerr = php_win32_error_to_msg(hr); in php_com_do_invoke_byref()658 winerr = php_win32_error_to_msg(hr); in php_com_do_invoke()
34 message = php_win32_error_to_msg(code); in php_com_throw_exception()
480 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()1068 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()1102 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
2159 char *err_text = php_win32_error_to_msg(err);2176 char *err_text = php_win32_error_to_msg(err);2186 char *err_text = php_win32_error_to_msg(err);2232 char *err_text = php_win32_error_to_msg(err);2239 char *err_text = php_win32_error_to_msg(err);
Completed in 21 milliseconds