Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dioutil.h144 SET_ERRNO_FROM_WIN32_CODE(ERROR_ACCESS_DENIED); \
256 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_ioutil_access()
304 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_open()
330 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink()
357 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir()
423 SET_ERRNO_FROM_WIN32_CODE(ERROR_ACCESS_DENIED); in php_win32_ioutil_rename()
436 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename()
461 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir()
476 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
483 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);
355 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir()
371 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
387 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir_w()
401 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir_w()
419 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename_w()
435 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd_w()
454 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()
104 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_conv_ascii_to_w()
131 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_conv_ascii_to_w()
187 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
193 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_from_w_int()
200 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
291 SET_ERRNO_FROM_WIN32_CODE(ERROR_NOT_FOUND); in php_win32_cp_get_by_id()
[all …]
H A Dwinutil.h48 #define SET_ERRNO_FROM_WIN32_CODE(err) \ macro
/PHP-7.1/TSRM/
H A Dtsrm_win32.c733 SET_ERRNO_FROM_WIN32_CODE(err); in shmat()

Completed in 18 milliseconds