finder_type      30681 ext/sqlite3/libsqlite/sqlite3.c typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*);
finder_type      30748 ext/sqlite3/libsqlite/sqlite3.c     pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);