Searched refs:xFullPathname (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 1500 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| H A D | shell.c | 10123 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 17197 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut); in vfstraceFullPathname() 17377 pNew->xFullPathname = vfstraceFullPathname; in vfstrace_register()
|
| H A D | sqlite3.c | 1819 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member 26791 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname() 226531 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);
|