Searched refs:xShmMap (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_superlock.c134 rc = fd->pMethods->xShmMap(fd, 0, 32*1024, 1, &p);
H A Dos.c119 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
H A Dtest_vfstrace.c454 vfstrace_printf(pInfo, "%s.xShmMap(%s,iRegion=%d,szRegion=%d,isWrite=%d,*)",
456 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
517 pNew->xShmMap = pSub->xShmMap ? vfstraceShmMap : 0;
H A Dtest_multiplex.c829 /* Pass xShmMap requests through to the original VFS unchanged.
842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
950 gMultiplex.sIoMethodsV2.xShmMap = multiplexShmMap;
H A Dtest_quota.c524 /* Pass xShmMap requests through to the original VFS unchanged.
534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
606 gQuota.sIoMethodsV2.xShmMap = quotaShmMap;
H A Dtest_vfs.c207 tvfsShmMap, /* xShmMap */
584 nByte = offsetof(sqlite3_io_methods, xShmMap);
594 pMethods->xShmMap = 0;
805 tvfsExecTcl(p, "xShmMap",
1035 { "xShmMap", TESTVFS_SHMMAP_MASK },
1254 ** Whenever the xShmMap method of the VFS
1257 ** SCRIPT xShmMap FILENAME ID
H A Dsqlite.h.in680 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
H A Dtest_osinst.c210 vfslogShmMap, /* xShmMap */
444 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
787 case OS_SHMMAP: zEvent = "xShmMap"; break;
H A Dpager.c6686 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
/external/chromium_org/third_party/sqlite/src/test/
H A Dmalloc_common.tcl208 shmfault filter {xShmOpen xShmMap xShmLock}
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h685 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
H A Dsqlite3.c1228 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
14063 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
23370 os2ShmMap, /* xShmMap */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h739 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
H A Dsqlite3.c854 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
15888 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h739 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
H A Dsqlite3.c854 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**); member in struct:sqlite3_io_methods
15888 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
[all...]

Completed in 646 milliseconds