Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dioutil.h297 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_access()
332 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_open()
356 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink()
383 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir()
412 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_fopen()
459 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename()
484 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir()
499 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
506 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd()
576 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir()
[all …]
H A Dioutil.c357 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_mkdir_w()
388 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
395 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
430 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_unlink_w()
448 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rmdir_w()
461 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_chdir_w()
478 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_rename_w()
512 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_getcwd_w()
679 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_access_w()
716 SET_ERRNO_FROM_WIN32_CODE(err); in php_win32_ioutil_fopen_w()
[all …]
H A Dcodepage.c40 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_to_w_int()
49 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
55 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_to_w_int()
62 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
115 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_conv_ascii_to_w()
159 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_conv_ascii_to_w()
226 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
232 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_from_w_int()
239 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
325 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-8.0/TSRM/
H A Dtsrm_win32.c210 SET_ERRNO_FROM_WIN32_CODE(ERROR_FILE_NOT_FOUND); in tsrm_win32_access()
713 SET_ERRNO_FROM_WIN32_CODE(err); in shmat()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c1021 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in virtual_file_ex()
1070 SET_ERRNO_FROM_WIN32_CODE(ERROR_BUFFER_OVERFLOW); in virtual_file_ex()
1102 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_NAME); in virtual_file_ex()

Completed in 29 milliseconds