Searched refs:szRegion (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_devsym.c | 199 int szRegion, in devsymShmMap() argument 204 return p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
|
| H A D | os_win.c | 3731 int szRegion; /* Size of shared-memory regions */ member 4215 int szRegion, /* Size of regions */ argument 4240 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); 4244 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ 4247 pShmNode->szRegion = szRegion; 4312 int iOffset = pShmNode->nRegion*szRegion; 4316 iOffset - iOffsetShift, szRegion + iOffsetShift 4320 0, iOffset - iOffsetShift, szRegion + iOffsetShift 4325 szRegion, pMap ? "ok" : "failed")); 4343 int iOffset = iRegion*szRegion;
|
| H A D | test_vfstrace.c | 566 int szRegion, in vfstraceShmMap() argument 574 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap() 575 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
|
| H A D | os_unix.c | 4284 int szRegion; /* Size of shared-memory regions */ member 4476 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge() 4734 int szRegion, /* Size of regions */ in unixShmMap() argument 4759 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap() 4769 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap() 4772 pShmNode->szRegion = szRegion; in unixShmMap() 4827 int nMap = szRegion*nShmPerMap; in unixShmMap() 4833 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap() 4849 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()
|
| H A D | test_osinst.c | 445 int szRegion, in vfslogShmMap() argument 453 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfslogShmMap()
|
| H A D | test_multiplex.c | 1084 int szRegion, /* Size of regions */ in multiplexShmMap() argument 1092 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend,pp); in multiplexShmMap()
|
| H A D | test_quota.c | 703 int szRegion, /* Size of regions */ in quotaShmMap() argument 708 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in quotaShmMap()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 4942 int szRegion, in rbuVfsShmMap() argument 4972 char *pNew = (char*)sqlite3_malloc64(szRegion); in rbuVfsShmMap() 4976 memset(pNew, 0, szRegion); in rbuVfsShmMap() 4988 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in rbuVfsShmMap()
|