Home
last modified time | relevance | path

Searched refs:xFullPathname (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h1438 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dshell.c4282 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
H A Dsqlite3.c1744 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);