sqlite3PagerIsreadonly 8439 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE u8 sqlite3PagerIsreadonly(Pager*);
sqlite3PagerIsreadonly 48955 third_party/sqlite/amalgamation/sqlite3.c     pBt->readOnly = sqlite3PagerIsreadonly(pBt->pPager);
sqlite3PagerIsreadonly 1836 third_party/sqlite/src/src/btree.c     pBt->readOnly = sqlite3PagerIsreadonly(pBt->pPager);
sqlite3PagerIsreadonly  148 third_party/sqlite/src/src/pager.h u8 sqlite3PagerIsreadonly(Pager*);