Home
last modified time | relevance | path

Searched refs:iRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c19002 int iRegion, in vfstraceShmMap() argument
19012 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
19013 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dsqlite3.c45275 int iRegion, /* Region to retrieve */ in unixShmMap() argument
45307 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap; in unixShmMap()
45398 if( pShmNode->nRegion>iRegion ){ in unixShmMap()
45399 *pp = pShmNode->apRegion[iRegion]; in unixShmMap()
53312 int iRegion, /* Region to retrieve */ argument
53341 if( pShmNode->nRegion<=iRegion ){
53344 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
53375 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])
53388 while( pShmNode->nRegion<=iRegion ){
53426 if( pShmNode->nRegion>iRegion ){
[all …]