Home
last modified time | relevance | path

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

/php-src/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.c44 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_to_w_int()
53 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
59 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_to_w_int()
66 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_to_w_int()
119 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in php_win32_cp_conv_ascii_to_w()
176 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_conv_ascii_to_w()
260 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
266 SET_ERRNO_FROM_WIN32_CODE(ERROR_OUTOFMEMORY); in php_win32_cp_from_w_int()
273 SET_ERRNO_FROM_WIN32_CODE(GetLastError()); in php_win32_cp_from_w_int()
359 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-src/Zend/
H A Dzend_virtual_cwd.c1020 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER); in virtual_file_ex()
1069 SET_ERRNO_FROM_WIN32_CODE(ERROR_BUFFER_OVERFLOW); in virtual_file_ex()
1101 SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_NAME); in virtual_file_ex()
/php-src/TSRM/
H A Dtsrm_win32.c209 SET_ERRNO_FROM_WIN32_CODE(ERROR_FILE_NOT_FOUND); in tsrm_win32_access()

Completed in 49 milliseconds