Searched refs:szRegion (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 44728 int szRegion; /* Size of shared-memory regions */ member 44993 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge() 45276 int szRegion, /* Size of regions */ in unixShmMap() argument 45301 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap() 45311 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap() 45314 pShmNode->szRegion = szRegion; in unixShmMap() 45369 int nMap = szRegion*nShmPerMap; in unixShmMap() 45375 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap() 45391 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap() 52742 int szRegion; /* Size of shared-memory regions */ member [all …]
|
| H A D | shell.c | 19003 int szRegion, 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()
|