Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3738 int bExtend, in apndShmMap() argument
3742 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
Dsqlite3.c20980 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/
Dshell.c3744 int bExtend, in apndShmMap() argument
3748 return pFile->pMethods->xShmMap(pFile,iPg,pgsz,bExtend,pp); in apndShmMap()
Dsqlite3.c20980 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 ){