Lines Matching refs:hFile
32812 winFile hFile; /* File handle from winOpen */
32895 rc = UnlockFileEx(pFile->hFile.h, 0, nByte, 0, &ovlp);
32897 rc = LockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp);
32908 pFile->hFile.h,
32946 if( p->hFile.h != INVALID_HANDLE_VALUE ){
32948 winClose((sqlite3_file *)&p->hFile);
33013 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
33025 (sqlite3_file*)&pShmNode->hFile, /* File handle here */
33037 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0);
33296 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
33310 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
33331 hMap = CreateFileMapping(pShmNode->hFile.h,