Searched refs:bExtend (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3738 int bExtend, in apndShmMap() argument 3742 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
|
D | sqlite3.c | 20980 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument 20984 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap() 35254 int bExtend, /* True to extend file if necessary */ 35307 if( !bExtend ){
|
/external/sqlite/dist/ |
D | shell.c | 3744 int bExtend, in apndShmMap() argument 3748 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
|
D | sqlite3.c | 20980 int bExtend, /* True to extend file if necessary */ in sqlite3OsShmMap() argument 20984 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp); in sqlite3OsShmMap() 35270 int bExtend, /* True to extend file if necessary */ 35323 if( !bExtend ){
|