Lines Matching refs:hFile
50380 winFile hFile; /* File handle from winOpen */
50456 pFile->hFile.h, lockType, ofst, nByte));
50460 rc = winUnlockFile(&pFile->hFile.h, ofst, 0, nByte, 0);
50465 rc = winLockFile(&pFile->hFile.h, dwFlags, ofst, 0, nByte, 0);
50476 pFile->hFile.h, (lockType == WINSHM_UNLCK) ? "winUnlockFile" :
50513 if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
50515 winClose((sqlite3_file *)&p->hFile);
50551 }else if( winTruncate((sqlite3_file*)&pShmNode->hFile, 0) ){
50614 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
50632 (sqlite3_file*)&pShmNode->hFile,
50904 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
50919 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
50947 hMap = osCreateFileMappingFromApp(pShmNode->hFile.h,
50951 hMap = osCreateFileMappingW(pShmNode->hFile.h,
50955 hMap = osCreateFileMappingA(pShmNode->hFile.h,