Searched refs:iRegion (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 17025 int iRegion, in vfstraceShmMap() argument 17035 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap() 17036 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
|
| H A D | sqlite3.c | 43671 int iRegion, /* Region to retrieve */ in unixShmMap() argument 43703 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap; in unixShmMap() 43794 if( pShmNode->nRegion>iRegion ){ in unixShmMap() 43795 *pp = pShmNode->apRegion[iRegion]; in unixShmMap() 51781 int iRegion, /* Region to retrieve */ 51810 if( pShmNode->nRegion<=iRegion ){ 51813 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ 51844 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0]) 51857 while( pShmNode->nRegion<=iRegion ){ 51903 if( pShmNode->nRegion>iRegion ){ [all …]
|