• Home
  • Raw
  • Download

Lines Matching refs:winFile

32226 typedef struct winFile winFile;
32227 struct winFile {
33957 #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
33977 static int winceCreateLock(const char *zFilename, winFile *pFile){
34071 static void winceDestroyLock(winFile *pFile){
34112 winFile *pFile = HANDLE_TO_WINFILE(phFile);
34178 winFile *pFile = HANDLE_TO_WINFILE(phFile);
34317 static int winSeekFile(winFile *pFile, sqlite3_int64 iOffset){
34375 static int winMapfile(winFile*, sqlite3_int64);
34376 static int winUnmapfile(winFile*);
34392 winFile *pFile = (winFile*)id;
34448 winFile *pFile = (winFile*)id; /* file handle */
34520 winFile *pFile = (winFile*)id; /* File handle */
34618 winFile *pFile = (winFile*)id; /* File handle object */
34686 winFile *pFile = (winFile*)id;
34739 winFile *pFile = (winFile*)id;
34816 static int winGetReadLock(winFile *pFile){
34851 static int winUnlockReadLock(winFile *pFile){
34903 winFile *pFile = (winFile*)id;
35038 winFile *pFile = (winFile*)id;
35074 winFile *pFile = (winFile*)id;
35111 static void winModeBit(winFile *pFile, unsigned char mask, int *pArg){
35130 winFile *pFile = (winFile*)id;
35259 winFile *p = (winFile*)id;
35325 winFile hFile; /* File handle from winOpen */
35483 static int winOpenSharedMemory(winFile *pDbFd){
35522 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
35598 winFile *pDbFd; /* Database holding shared-memory */
35603 pDbFd = (winFile*)fd;
35641 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */
35779 winFile *pDbFd = (winFile*)fd;
35912 static int winUnmapfile(winFile *pFile){
35962 static int winMapfile(winFile *pFd, sqlite3_int64 nByte){
36061 winFile *pFd = (winFile*)fd; /* The underlying database file */
36102 winFile *pFd = (winFile*)fd; /* The underlying database file */
36512 winFile *pFile = (winFile*)id;
36571 memset(pFile, 0, sizeof(winFile));
37437 sizeof(winFile), /* szOsFile */
37462 sizeof(winFile), /* szOsFile */