Searched refs:xFullPathname (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 373 int function (sqlite3_vfs*, const char *zName, int nOut, char *zOut) xFullPathname;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
| H A D | shell.c | 9216 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
| H A D | sqlite3.c | 1789 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member 26013 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname() 221507 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);
|