Home | History | Annotate | Download | only in orig

Lines Matching refs:xShmMap

1248   int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
14809 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
24239 os2ShmMap, /* xShmMap */
29373 unixShmMap, /* xShmMap */ \
35000 winShmMap, /* xShmMap */
45154 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
47453 /* This branch is taken when the xShmMap() method returns SQLITE_BUSY.
47455 ** xShmMap() implementation used by the default unix and win32 VFS
72713 0, /* xShmMap */
72997 0, /* xShmMap */