xFullPathname 1387 ext/sqlite3/libsqlite/sqlite3.c int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); xFullPathname 16686 ext/sqlite3/libsqlite/sqlite3.c return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); xFullPathname 1180 ext/sqlite3/libsqlite/sqlite3.h int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);