Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c305 HANDLE hLink = NULL; in php_sys_stat_ex() local
310 if(hLink == INVALID_HANDLE_VALUE) { in php_sys_stat_ex()
318 CloseHandle(hLink); in php_sys_stat_ex()
323 CloseHandle(hLink); in php_sys_stat_ex()
866 HANDLE hLink = NULL; in tsrm_realpath_r() local
887 if(hLink == INVALID_HANDLE_VALUE) { in tsrm_realpath_r()
895 CloseHandle(hLink); in tsrm_realpath_r()
909 GetFileInformationByHandle(hLink, &fileInformation) && in tsrm_realpath_r()
912 CloseHandle(hLink); in tsrm_realpath_r()
917 CloseHandle(hLink); in tsrm_realpath_r()
[all …]

Completed in 10 milliseconds