Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h969 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dsqlite3.c1522 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
14496 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dshell.c4097 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
H A Dsqlite3.c2416 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
23153 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
200078 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);