Searched refs:bExtend (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 3950 int bExtend, in apndShmMap() argument 3954 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
|
| H A D | sqlite3.c | 23082 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 D | sqlite3.c | 14450 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;
|