MAX_SECTOR_SIZE  38325 ext/sqlite3/libsqlite/sqlite3.c      || iPageSize>SQLITE_MAX_PAGE_SIZE || iSectorSize>MAX_SECTOR_SIZE
MAX_SECTOR_SIZE  39326 ext/sqlite3/libsqlite/sqlite3.c   if( pPager->sectorSize>MAX_SECTOR_SIZE ){
MAX_SECTOR_SIZE  39327 ext/sqlite3/libsqlite/sqlite3.c     assert( MAX_SECTOR_SIZE>=512 );
MAX_SECTOR_SIZE  39328 ext/sqlite3/libsqlite/sqlite3.c     pPager->sectorSize = MAX_SECTOR_SIZE;