Searched refs:php_win32_error_to_msg (Results 1 – 15 of 15) sorted by relevance
26 PHP_WINUTIL_API char *php_win32_error_to_msg(HRESULT error);29 #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
59 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring()90 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string()124 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_bstr()145 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_bstr_to_string()
247 char *err = php_win32_error_to_msg(hr); in PHP_METHOD()260 char *err = php_win32_error_to_msg(hr); in PHP_METHOD()272 char *err = php_win32_error_to_msg(hr); in PHP_METHOD()346 char *err = php_win32_error_to_msg(hr); in PHP_METHOD()
220 werr = php_win32_error_to_msg(res); in PHP_METHOD()379 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()395 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()479 char *winerr = php_win32_error_to_msg(hr); in php_com_do_invoke_byref()646 char *winerr = php_win32_error_to_msg(hr); in php_com_do_invoke()
32 message = php_win32_error_to_msg(code); in php_com_throw_exception()
477 werr = php_win32_error_to_msg(res); in PHP_METHOD()1040 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()1073 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
51 char *buf = php_win32_error_to_msg(err); in zend_win_error_message()
182 char *buf = php_win32_error_to_msg(GetLastError()); in PHP_FUNCTION()
2124 char *err_text = php_win32_error_to_msg(err);2142 char *err_text = php_win32_error_to_msg(err);2154 char *err_text = php_win32_error_to_msg(err);2201 char *err_text = php_win32_error_to_msg(err);2209 char *err_text = php_win32_error_to_msg(err);
1036 char *sysbuf = php_win32_error_to_msg(err);1066 char *sysbuf = php_win32_error_to_msg(err);
1148 char *buf = php_win32_error_to_msg(error); in php_win32_docref1_from_error()1161 char *buf = php_win32_error_to_msg(error); in php_win32_docref2_from_error()
376 char *tmp = php_win32_error_to_msg(error);2560 char *buf = php_win32_error_to_msg(err);2631 char *buf = php_win32_error_to_msg(err);
4052 char *msg = php_win32_error_to_msg(err); in zend_jit_unprotect()4074 char *msg = php_win32_error_to_msg(err); in zend_jit_protect()4338 char *msg = php_win32_error_to_msg(err); in zend_jit_startup()4347 char *msg = php_win32_error_to_msg(err); in zend_jit_startup()
401 char *buf = php_win32_error_to_msg(err); in stderr_last_error()
Completed in 95 milliseconds