Searched refs:bExtend (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 9006 int bExtend, in apndShmMap() argument 9010 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap() 17695 sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp in recoverVfsShmMap() argument 17698 pFd->pMethods->xShmMap(pFd, iPg, pgsz, bExtend, pp) in recoverVfsShmMap()
|
| H A D | sqlite3.c | 25941 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument 25945 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap() 42849 int bExtend, /* True to extend file if necessary */ 42902 if( !bExtend ){
|