Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c9913 int bExtend, in apndShmMap() argument
9917 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
21210 sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp in recoverVfsShmMap() argument
21213 pFd->pMethods->xShmMap(pFd, iPg, pgsz, bExtend, pp) in recoverVfsShmMap()
H A Dsqlite3.c26719 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument
26723 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap()
43673 int bExtend, /* True to extend file if necessary */ in unixShmMap() argument
43726 if( !bExtend ){ in unixShmMap()