MAX_SECTOR_SIZE  37960 third_party/sqlite/amalgamation/sqlite3.c      || iPageSize>SQLITE_MAX_PAGE_SIZE || iSectorSize>MAX_SECTOR_SIZE
MAX_SECTOR_SIZE  38961 third_party/sqlite/amalgamation/sqlite3.c   if( pPager->sectorSize>MAX_SECTOR_SIZE ){
MAX_SECTOR_SIZE  38962 third_party/sqlite/amalgamation/sqlite3.c     assert( MAX_SECTOR_SIZE>=512 );
MAX_SECTOR_SIZE  38963 third_party/sqlite/amalgamation/sqlite3.c     pPager->sectorSize = MAX_SECTOR_SIZE;
MAX_SECTOR_SIZE  1530 third_party/sqlite/src/src/pager.c      || iPageSize>SQLITE_MAX_PAGE_SIZE || iSectorSize>MAX_SECTOR_SIZE
MAX_SECTOR_SIZE  2531 third_party/sqlite/src/src/pager.c   if( pPager->sectorSize>MAX_SECTOR_SIZE ){
MAX_SECTOR_SIZE  2532 third_party/sqlite/src/src/pager.c     assert( MAX_SECTOR_SIZE>=512 );
MAX_SECTOR_SIZE  2533 third_party/sqlite/src/src/pager.c     pPager->sectorSize = MAX_SECTOR_SIZE;