HomeSort by relevance Sort by last modified time
    Searched refs:xShmMap (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_superlock.c 134 rc = fd->pMethods->xShmMap(fd, 0, 32*1024, 1, &p);
os.c 119 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
test_vfstrace.c 454 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;
test_multiplex.c 829 /* Pass xShmMap requests through to the original VFS unchanged.
842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
950 gMultiplex.sIoMethodsV2.xShmMap = multiplexShmMap;
    [all...]
test_quota.c 524 /* Pass xShmMap requests through to the original VFS unchanged.
534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
606 gQuota.sIoMethodsV2.xShmMap = quotaShmMap;
test_vfs.c 207 tvfsShmMap, /* xShmMap */
584 nByte = offsetof(sqlite3_io_methods, xShmMap);
594 pMethods->xShmMap = 0;
805 tvfsExecTcl(p, "xShmMap",
1035 { "xShmMap", TESTVFS_SHMMAP_MASK },
    [all...]
sqlite.h.in 680 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
    [all...]
test_osinst.c 210 vfslogShmMap, /* xShmMap */
444 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
787 case OS_SHMMAP: zEvent = "xShmMap"; break;
    [all...]
pager.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 208 shmfault filter {xShmOpen xShmMap xShmLock}
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 685 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 698 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 698 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
    [all...]
sqlite3.c     [all...]

Completed in 730 milliseconds