Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c4072 int bExtend, in apndShmMap() argument
4076 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
H A Dsqlite3.c24096 int bExtend, /* True to extend file if necessary */
24100 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
38971 int bExtend, /* True to extend file if necessary */
39024 if( !bExtend ){