Searched refs:pageSizeFixed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h409 u8 pageSizeFixed; /* True if the page size can no longer be changed */ member in struct:BtShared
H A Dbackup.c694 pTo->pBt->pageSizeFixed = 0;
H A Dbtree.c1859 pBt->pageSizeFixed = 1;
2147 ** If the iFix!=0 then the pageSizeFixed flag is set so that the page size
2155 if( pBt->pageSizeFixed ){
2172 if( iFix ) pBt->pageSizeFixed = 1;
2244 if( pBt->pageSizeFixed && (av ?1:0)!=pBt->autoVacuum ){
2479 pBt->pageSizeFixed = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46611 u8 pageSizeFixed; /* True if the page size can no longer be changed */ member in struct:BtShared
[all...]

Completed in 441 milliseconds