Lines Matching refs:hFile
45307 winFile hFile; /* File handle from winOpen */
45383 pFile->hFile.h, lockType, ofst, nByte));
45387 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
45392 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
45403 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
45440 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
45442 winClose((sqlite3_file *)&p->hFile);
45478 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
45541 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
45559 (sqlite3_file*)&pShmNode->hFile,
45827 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
45842 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
45870 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
45874 hMap = osCreateFileMappingW(pShmNode->hFile.h,
45878 hMap = osCreateFileMappingA(pShmNode->hFile.h,