Searched refs:iRegion (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 19040 int iRegion, in vfstraceShmMap() argument 19050 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap() 19051 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
|
| H A D | sqlite3.c | 45305 int iRegion, /* Region to retrieve */ in unixShmMap() argument 45337 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap; in unixShmMap() 45428 if( pShmNode->nRegion>iRegion ){ in unixShmMap() 45429 *pp = pShmNode->apRegion[iRegion]; in unixShmMap() 53358 int iRegion, /* Region to retrieve */ argument 53387 if( pShmNode->nRegion<=iRegion ){ 53390 i64 nByte = ((i64)iRegion+1)*(i64)szRegion; /* Minimum file size */ 53421 pShmNode->aRegion, ((i64)iRegion+1)*sizeof(apNew[0]) 53434 while( pShmNode->nRegion<=iRegion ){ 53471 if( pShmNode->nRegion>iRegion ){ [all …]
|