• Home
  • Raw
  • Download

Lines Matching refs:winFile

32246 typedef struct winFile winFile;
32247 struct winFile {
33977 #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
33997 static int winceCreateLock(const char *zFilename, winFile *pFile){
34091 static void winceDestroyLock(winFile *pFile){
34132 winFile *pFile = HANDLE_TO_WINFILE(phFile);
34198 winFile *pFile = HANDLE_TO_WINFILE(phFile);
34337 static int winSeekFile(winFile *pFile, sqlite3_int64 iOffset){
34395 static int winMapfile(winFile*, sqlite3_int64);
34396 static int winUnmapfile(winFile*);
34412 winFile *pFile = (winFile*)id;
34468 winFile *pFile = (winFile*)id; /* file handle */
34540 winFile *pFile = (winFile*)id; /* File handle */
34638 winFile *pFile = (winFile*)id; /* File handle object */
34706 winFile *pFile = (winFile*)id;
34759 winFile *pFile = (winFile*)id;
34836 static int winGetReadLock(winFile *pFile){
34871 static int winUnlockReadLock(winFile *pFile){
34923 winFile *pFile = (winFile*)id;
35058 winFile *pFile = (winFile*)id;
35094 winFile *pFile = (winFile*)id;
35131 static void winModeBit(winFile *pFile, unsigned char mask, int *pArg){
35150 winFile *pFile = (winFile*)id;
35279 winFile *p = (winFile*)id;
35345 winFile hFile; /* File handle from winOpen */
35503 static int winOpenSharedMemory(winFile *pDbFd){
35542 ((winFile*)(&pShmNode->hFile))->h = INVALID_HANDLE_VALUE;
35618 winFile *pDbFd; /* Database holding shared-memory */
35623 pDbFd = (winFile*)fd;
35661 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */
35799 winFile *pDbFd = (winFile*)fd;
35932 static int winUnmapfile(winFile *pFile){
35982 static int winMapfile(winFile *pFd, sqlite3_int64 nByte){
36081 winFile *pFd = (winFile*)fd; /* The underlying database file */
36122 winFile *pFd = (winFile*)fd; /* The underlying database file */
36532 winFile *pFile = (winFile*)id;
36591 memset(pFile, 0, sizeof(winFile));
37457 sizeof(winFile), /* szOsFile */
37482 sizeof(winFile), /* szOsFile */