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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c591 ** dbHintSize
593 ** The dbHintSize variable is used to limit the number of calls made to
596 ** dbHintSize is set to a copy of the dbSize variable when a
599 ** dbHintSize is increased to the number of pages that correspond to the
643 Pgno dbHintSize; /* Value passed to FCNTL_SIZE_HINT call */ member in struct:Pager
883 assert( pPager->dbOrigSize==pPager->dbHintSize );
903 assert( pPager->dbOrigSize==pPager->dbHintSize );
915 assert( pPager->dbOrigSize<=pPager->dbHintSize );
4015 if( rc==SQLITE_OK && pPager->dbSize>pPager->dbHintSize ){
4018 pPager->dbHintSize
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37086 Pgno dbHintSize; /* Value passed to FCNTL_SIZE_HINT call */ member in struct:Pager
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39069 Pgno dbHintSize; /* Value passed to FCNTL_SIZE_HINT call */ member in struct:Pager
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39097 Pgno dbHintSize; /* Value passed to FCNTL_SIZE_HINT call */ member in struct:Pager
[all...]

Completed in 484 milliseconds