Home | History | Annotate | Download | only in orig

Lines Matching refs:hFile

22950   HFILE h;                  /* Handle for accessing the file */
22991 pFile->h = (HFILE)-1;
23657 HFILE hLockFile; /* File used for inter-process memory locking */
23798 pNode->hLockFile = (HFILE)-1;
24347 HFILE h;
24401 pFile->h = (HFILE)-1;
34403 winFile hFile; /* File handle from winOpen */
34486 rc = osUnlockFileEx(pFile->hFile.h, 0, nByte, 0, &ovlp);
34488 rc = osLockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp);
34499 pFile->hFile.h,
34537 if( p->hFile.h != INVALID_HANDLE_VALUE ){
34539 winClose((sqlite3_file *)&p->hFile);
34606 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
34618 (sqlite3_file*)&pShmNode->hFile, /* File handle here */
34629 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0);
34889 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
34904 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
34926 hMap = osCreateFileMapping(pShmNode->hFile.h,