| /sqlite-3.40.0/test/ |
| H A D | uri.test | 245 # xFullPathname 255 tvfs1 filter {xOpen xDelete xAccess xFullPathname} 262 tvfs2 filter {xOpen xDelete xAccess xFullPathname}
|
| H A D | async3.test | 13 # Specifically, it tests that the xFullPathname() method of
|
| H A D | dbfuzz.c | 409 inmemVfs.xFullPathname = inmemFullPathname; in inmemVfsRegister()
|
| H A D | fuzzcheck.c | 1544 inmemVfs.xFullPathname = inmemFullPathname; in inmemVfsRegister()
|
| /sqlite-3.40.0/src/ |
| H A D | test_osinst.c | 554 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 D | test_vfstrace.c | 705 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut); in vfstraceFullPathname() 863 pNew->xFullPathname = vfstraceFullPathname; in vfstrace_register()
|
| H A D | test_quota.c | 905 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 D | os.c | 255 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
|
| H A D | test_multiplex.c | 660 return gMultiplex.pOrigVfs->xFullPathname(gMultiplex.pOrigVfs, b, c, d); in multiplexFullPathname() 1164 gMultiplex.sThisVfs.xFullPathname = multiplexFullPathname; in sqlite3_multiplex_initialize()
|
| H A D | test_onefile.c | 753 return pParent->xFullPathname(pParent, zPath, nOut, zOut); in fsFullPathname()
|
| H A D | test6.c | 685 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in cfFullPathname()
|
| H A D | test_vfs.c | 1131 rc = p->pParent->xFullPathname( in testvfs_obj_cmd()
|
| H A D | sqlite.h.in | 1330 ** 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 D | appendvfs.c | 595 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
| H A D | vfsstat.c | 508 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vstatFullPathname()
|
| H A D | cksumvfs.c | 740 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in cksmFullPathname()
|
| H A D | vfslog.c | 689 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut); in vlogFullPathname()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasm.c | 728 M(xFullPathname,"i(ppip)"); in sqlite3_wasm_enum_json()
|
| H A D | sqlite3-api-opfs.js | 821 xFullPathname: function(pVfs,zName,nOut,pOut){ method
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1236 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in asyncFullPathname()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 5186 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut); in rbuVfsFullPathname()
|