Home
last modified time | relevance | path

Searched refs:SET_ERRNO_FROM_WIN32_CODE (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/win32/
H A Dioutil.h146 SET_ERRNO_FROM_WIN32_CODE(ERROR_ACCESS_DENIED); \
258 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_ioutil_access()
306 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_open()
332 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink()
359 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir()
425 SET_ERRNO_FROM_WIN32_CODE(ERROR_ACCESS_DENIED); in php_win32_ioutil_rename()
438 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename()
463 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir()
478 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
485 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
[all …]
H A Dioutil.c228 SET_ERRNO_FROM_WIN32_CODE(error); in php_win32_ioutil_open_w()
244 SET_ERRNO_FROM_WIN32_CODE(error); in php_win32_ioutil_open_w()
300 SET_ERRNO_FROM_WIN32_CODE(err);
376 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir()
392 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
408 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir_w()
422 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir_w()
440 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename_w()
457 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd_w()
474 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd_w()
[all …]
H A Dcodepage.c39 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_to_w_int()
48 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
54 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_to_w_int()
61 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
107 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_conv_ascii_to_w()
134 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_conv_ascii_to_w()
190 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
196 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_from_w_int()
203 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
294 SET_ERRNO_FROM_WIN32_CODE(ERROR_NOT_FOUND); in php_win32_cp_get_by_id()
[all …]
H A Dwinutil.h47 #define SET_ERRNO_FROM_WIN32_CODE(err) \ macro
/PHP-7.2/TSRM/
H A Dtsrm_win32.c735 SET_ERRNO_FROM_WIN32_CODE(err); in shmat()

Completed in 19 milliseconds