Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d373 int function (sqlite3_vfs*, const char *zName, int nOut, char *zOut) xFullPathname;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dshell.c9216 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
H A Dsqlite3.c1789 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);