Searched refs:xFullPathname (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | sqlite3.h | 1478 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| HD | shell.c | 9294 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
| HD | sqlite3.c | 1791 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member 26292 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname() 223350 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);
|