Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1524 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dshell.c12048 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
19174 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut); in vfstraceFullPathname()
19354 pNew->xFullPathname = vfstraceFullPathname; in vfstrace_register()
H A Dsqlite3.c1845 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
27516 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
231177 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);