Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Duri.test245 # xFullPathname
255 tvfs1 filter {xOpen xDelete xAccess xFullPathname}
262 tvfs2 filter {xOpen xDelete xAccess xFullPathname}
H A Dasync3.test13 # Specifically, it tests that the xFullPathname() method of
H A Ddbfuzz.c409 inmemVfs.xFullPathname = inmemFullPathname; in inmemVfsRegister()
H A Dfuzzcheck.c1544 inmemVfs.xFullPathname = inmemFullPathname; in inmemVfsRegister()
/sqlite-3.40.0/src/
H A Dtest_osinst.c554 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vfslogFullPathname()
741 pParent->xFullPathname(pParent, zLog, pParent->mxPathname, zFile); in sqlite3_vfslog_new()
893 pVfs->xFullPathname(pVfs, zFile, pVfs->mxPathname, p->zFile); in vlogConnect()
H A Dtest_vfstrace.c705 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut); in vfstraceFullPathname()
863 pNew->xFullPathname = vfstraceFullPathname; in vfstrace_register()
H A Dtest_quota.c905 rc = gQuota.pOrigVfs->xFullPathname(gQuota.pOrigVfs, zFilename, in sqlite3_quota_file()
946 rc = gQuota.pOrigVfs->xFullPathname(gQuota.pOrigVfs, zFilename, in sqlite3_quota_fopen()
1241 rc = gQuota.pOrigVfs->xFullPathname(gQuota.pOrigVfs, zFilename, in sqlite3_quota_remove()
H A Dos.c255 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
H A Dtest_multiplex.c660 return gMultiplex.pOrigVfs->xFullPathname(gMultiplex.pOrigVfs, b, c, d); in multiplexFullPathname()
1164 gMultiplex.sThisVfs.xFullPathname = multiplexFullPathname; in sqlite3_multiplex_initialize()
H A Dtest_onefile.c753 return pParent->xFullPathname(pParent, zPath, nOut, zOut); in fsFullPathname()
H A Dtest6.c685 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in cfFullPathname()
H A Dtest_vfs.c1131 rc = p->pParent->xFullPathname( in testvfs_obj_cmd()
H A Dsqlite.h.in1330 ** from xFullPathname() with an optional suffix added.
1419 ** output buffer xFullPathname. The exact size of the output buffer
1468 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
6362 ** xFullPathname method of the [VFS]. ^In other words, the filename
/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c595 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
H A Dvfsstat.c508 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vstatFullPathname()
H A Dcksumvfs.c740 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in cksmFullPathname()
H A Dvfslog.c689 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vlogFullPathname()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c728 M(xFullPathname,"i(ppip)"); in sqlite3_wasm_enum_json()
H A Dsqlite3-api-opfs.js821 xFullPathname: function(pVfs,zName,nOut,pOut){ method
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1236 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in asyncFullPathname()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c5186 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut); in rbuVfsFullPathname()