Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9084 int bExtend, in apndShmMap() argument
9088 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
18958 sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp in recoverVfsShmMap() argument
18961 pFd->pMethods->xShmMap(pFd, iPg, pgsz, bExtend, pp) in recoverVfsShmMap()
H A Dsqlite3.c26220 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument
26224 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap()
43193 int bExtend, /* True to extend file if necessary */
43246 if( !bExtend ){