Home
last modified time | relevance | path

Searched refs:bExtend (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dos.c183 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument
187 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap()
H A Dtest_multiplex.c1085 int bExtend, /* True to extend file if necessary */ in multiplexShmMap() argument
1092 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend,pp); in multiplexShmMap()
H A Dtest_quota.c704 int bExtend, /* True to extend file if necessary */ in quotaShmMap() argument
708 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in quotaShmMap()
H A Dos_unix.c4735 int bExtend, /* True to extend file if necessary */ in unixShmMap() argument
4788 if( !bExtend ){ in unixShmMap()
/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c385 int bExtend, in apndShmMap() argument
389 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
H A Dvfsstat.c389 int bExtend, in vstatShmMap() argument
393 return p->pReal->pMethods->xShmMap(p->pReal, iPg, pgsz, bExtend, pp); in vstatShmMap()
H A Dcksumvfs.c623 int bExtend, in cksmShmMap() argument
627 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in cksmShmMap()
H A Dmemvfs.c283 int bExtend, in memShmMap() argument
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2480 sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp in recoverVfsShmMap() argument
2483 pFd->pMethods->xShmMap(pFd, iPg, pgsz, bExtend, pp) in recoverVfsShmMap()