Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c3950 int bExtend, in apndShmMap() argument
3954 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
H A Dsqlite3.c23082 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument
23086 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap()
38117 int bExtend, /* True to extend file if necessary */
38170 if( !bExtend ){
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14450 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument
14453 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap()
23516 int bExtend, /* True to extend block if necessary */
23555 if( !bExtend )
23592 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc))
28522 int bExtend, /* True to extend file if necessary */
28568 if( !bExtend ) goto shmpage_out;