Searched refs:xFullPathname (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1438 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
|
/third_party/sqlite/src/ |
D | shell.c | 4282 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
|
D | sqlite3.c | 1748 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member 24264 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); 207617 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82473 - apndFullPathname, /* xFullPathname */ 83771 - return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); 87022 + apndFullPathname, /* xFullPathname */ 87938 + return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); 92302 +** expand a filename in xFullPathname() in the VFS. 95461 - /* SQLite assumes that xFullPathname() nul-terminates the output buffer 120108 - apndFullPathname, /* xFullPathname */ 121406 - return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); 124657 + apndFullPathname, /* xFullPathname */ 125573 + return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); [all …]
|