Searched refs:xFullPathname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 969 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| H A D | sqlite3.c | 1522 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 D | sqlite3.h | 1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| H A D | shell.c | 4097 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
| H A D | sqlite3.c | 2416 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);
|