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

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 755 ** szRegion
768 int szRegion; /* Size of shared-memory regions */
881 static int os2OpenSharedMemory( os2File *fd, int szRegion ) {
916 pNode->szRegion = szRegion;
949 } else if( pNode->szRegion != szRegion ) {
1050 ** are numbered starting from zero. Each shared-memory region is szRegion
    [all...]
test_devsym.c 245 int szRegion,
250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
os_win.c     [all...]
os_unix.c     [all...]
test_vfstrace.c 447 int szRegion,
454 vfstrace_printf(pInfo, "%s.xShmMap(%s,iRegion=%d,szRegion=%d,isWrite=%d,*)",
455 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite);
456 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
test_multiplex.c 834 int szRegion, /* Size of regions */
842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
    [all...]
test_osinst.c 436 int szRegion,
444 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
    [all...]
test_quota.c 529 int szRegion, /* Size of regions */
534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 233 milliseconds