Home
last modified time | relevance | path

Searched defs:nMap (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c59 off_t nMap; /* Size of mapping at pMap in bytes */ member
H A Dlsm_win32.c44 size_t nMap; /* Size of mapping at pMap in bytes */ member
H A Dlsm_file.c237 i64 nMap; /* Bytes mapped at pMap */ member
2396 i64 nMap; in lsmFsMoveBlock() local
/sqlite-3.40.0/src/
H A Dos_unix.c4827 int nMap = szRegion*nShmPerMap; in unixShmMap() local
5237 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile()
H A Dos_win.c4416 sqlite3_int64 nMap = nByte; local