sqlite3OsSectorSize 8886 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OsSectorSize(sqlite3_file *id);
sqlite3OsSectorSize 38956 third_party/sqlite/amalgamation/sqlite3.c     pPager->sectorSize = sqlite3OsSectorSize(pPager->fd);
sqlite3OsSectorSize 45933 third_party/sqlite/amalgamation/sqlite3.c     i64 iSegment = sqlite3OsSectorSize(pWal->pWalFd);
sqlite3OsSectorSize  248 third_party/sqlite/src/src/os.h int sqlite3OsSectorSize(sqlite3_file *id);
sqlite3OsSectorSize 2526 third_party/sqlite/src/src/pager.c     pPager->sectorSize = sqlite3OsSectorSize(pPager->fd);
sqlite3OsSectorSize  675 third_party/sqlite/src/src/test_journal.c   return sqlite3OsSectorSize(p->pReal);
sqlite3OsSectorSize  505 third_party/sqlite/src/src/test_vfs.c   return sqlite3OsSectorSize(pFd->pReal);
sqlite3OsSectorSize 2653 third_party/sqlite/src/src/wal.c     i64 iSegment = sqlite3OsSectorSize(pWal->pWalFd);