Home
last modified time | relevance | path

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

/PHP-7.0/TSRM/
H A Dtsrm_win32.c766 HANDLE hFile; in win32_utime() local
768 hFile = CreateFile(filename, GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, NULL, in win32_utime()
777 if ( hFile == INVALID_HANDLE_VALUE ) { in win32_utime()
790 if (!SetFileTime(hFile, NULL, &atime, &mtime)) { in win32_utime()
791 CloseHandle(hFile); in win32_utime()
794 CloseHandle(hFile); in win32_utime()
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c235 HANDLE hFile; in php_sys_readlink() local
256 hFile = CreateFile(link, // file to open in php_sys_readlink()
264 if( hFile == INVALID_HANDLE_VALUE) { in php_sys_readlink()
274 dwRet = pGetFinalPathNameByHandle(hFile, target, target_len - 1, VOLUME_NAME_DOS); in php_sys_readlink()
279 CloseHandle(hFile); in php_sys_readlink()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1728 - HANDLE hFile = CreateFile((LPCSTR)fn, 0, FILE_SHARE_DELETE |
1731 - if (hFile != INVALID_HANDLE_VALUE) {
1747 - switch (GetFileType(hFile)) {
1765 - CloseHandle(hFile);
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c40736 winFile hFile; /* File handle from winOpen */
40809 pFile->hFile.h, lockType, ofst, nByte));
40813 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
40866 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
40868 winClose((sqlite3_file *)&p->hFile);
40933 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
40958 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0);
41218 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
41256 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
41260 hMap = osCreateFileMappingW(pShmNode->hFile.h,
[all …]

Completed in 482 milliseconds