Lines Matching defs:xShmMap
1165 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
26224 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
37508 0, /* xShmMap */
37532 0, /* xShmMap */
43917 SHMMAP, /* xShmMap */ \
43944 unixShmMap /* xShmMap method */
43954 0 /* xShmMap method */
43964 0 /* xShmMap method */
43976 0 /* xShmMap method */
43989 0 /* xShmMap method */
44002 0 /* xShmMap method */
44028 0 /* xShmMap method */
44042 0 /* xShmMap method */
51268 winShmMap, /* xShmMap */
51294 winShmMap, /* xShmMap */
53041 0, /* xShmMap */
64632 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
67676 volatile void *pDummy; /* Dummy argument for xShmMap */
67696 ** the xShmMap() routine of the VFS and looking to see if the return
67982 /* This branch is taken when the xShmMap() method returns SQLITE_BUSY.
67984 ** xShmMap() implementation used by the default unix and win32 VFS
106352 0, /* xShmMap */
221092 ** The checksum is store in the first page of xShmMap memory as an 8-byte
221100 p->rc = pDb->pMethods->xShmMap(pDb, 0, 32*1024, 0, (void volatile**)&ptr);
221866 p->rc = pDb->pMethods->xShmMap(pDb, 0, 32*1024, 0, &ptr);
222597 ** 3b. The *-shm pages returned by xShmMap() for a target db file in
222602 ** xShmLock() is called before xShmMap().
223128 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
223185 rbuVfsShmMap, /* xShmMap */