Home | History | Annotate | Download | only in dist

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;
34431 winFile hFile; /* File handle from winOpen */
34514 rc = osUnlockFileEx(pFile->hFile.h, 0, nByte, 0, &ovlp);
34516 rc = osLockFileEx(pFile->hFile.h, dwFlags, 0, nByte, 0, &ovlp);
34527 pFile->hFile.h,
34565 if( p->hFile.h != INVALID_HANDLE_VALUE ){
34567 winClose((sqlite3_file *)&p->hFile);
34634 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
34646 (sqlite3_file*)&pShmNode->hFile, /* File handle here */
34657 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, 0);
34917 rc = winFileSize((sqlite3_file *)&pShmNode->hFile, &sz);
34932 rc = winTruncate((sqlite3_file *)&pShmNode->hFile, nByte);
34954 hMap = osCreateFileMapping(pShmNode->hFile.h,