Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c495 HANDLE hFind = INVALID_HANDLE_VALUE; in tsrm_realpath_r() local
605 hFind = FindFirstFileExW(pathw, FindExInfoBasic, &dataw, FindExSearchNameMatch, NULL, 0); in tsrm_realpath_r()
606 if (INVALID_HANDLE_VALUE == hFind) { in tsrm_realpath_r()
615 FindClose(hFind); in tsrm_realpath_r()

Completed in 8 milliseconds