Lines Matching defs:xFullPathname
1454 ** from xFullPathname() with an optional suffix added.
1537 ** output buffer xFullPathname. The exact size of the output buffer
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
5046 ** xFullPathname method of the [VFS]. ^In other words, the filename
14855 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
24781 os2FullPathname, /* xFullPathname */
31833 unixFullPathname, /* xFullPathname */ \
35776 winFullPathname, /* xFullPathname */