Searched refs:bExtend (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os.c | 183 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 D | test_multiplex.c | 1085 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 D | test_quota.c | 704 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 D | os_unix.c | 4735 int bExtend, /* True to extend file if necessary */ in unixShmMap() argument 4788 if( !bExtend ){ in unixShmMap()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | appendvfs.c | 385 int bExtend, in apndShmMap() argument 389 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
|
| H A D | vfsstat.c | 389 int bExtend, in vstatShmMap() argument 393 return p->pReal->pMethods->xShmMap(p->pReal, iPg, pgsz, bExtend, pp); in vstatShmMap()
|
| H A D | cksumvfs.c | 623 int bExtend, in cksmShmMap() argument 627 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in cksmShmMap()
|
| H A D | memvfs.c | 283 int bExtend, in memShmMap() argument
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2480 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()
|