Searched refs:xFullPathname (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1438 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| H A D | shell.c | 4282 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
| H A D | sqlite3.c | 1744 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member 24167 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); 206942 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);
|