Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dioutil.h299 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_access()
334 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_open()
358 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink()
385 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir()
414 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_fopen()
461 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename()
486 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir()
501 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
508 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
578 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir()
[all …]
H A Dioutil.c359 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir_w()
390 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
397 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
432 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
450 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir_w()
463 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir_w()
480 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename_w()
514 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd_w()
681 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_access_w()
718 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_fopen_w()
[all …]
H A Dcodepage.c42 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_to_w_int()
51 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
57 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_to_w_int()
64 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
117 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_conv_ascii_to_w()
161 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_conv_ascii_to_w()
232 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
238 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_from_w_int()
245 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
331 SET_ERRNO_FROM_WIN32_CODE(ERROR_NOT_FOUND); in php_win32_cp_get_by_id()
[all …]
H A Dwinutil.h49 #define SET_ERRNO_FROM_WIN32_CODE(err) \ macro
/PHP-7.4/TSRM/
H A Dtsrm_win32.c212 SET_ERRNO_FROM_WIN32_CODE(ERROR_FILE_NOT_FOUND); in tsrm_win32_access()
715 SET_ERRNO_FROM_WIN32_CODE(err); in shmat()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1027 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in virtual_file_ex()
1076 SET_ERRNO_FROM_WIN32_CODE(ERROR_BUFFER_OVERFLOW); in virtual_file_ex()
1108 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_NAME); in virtual_file_ex()

Completed in 40 milliseconds