Searched refs:sqlite3OsFullPathname (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os.h | 206 int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
|
| H A D | test_devsym.c | 290 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut); in devsymFullPathname()
|
| H A D | os.c | 247 int sqlite3OsFullPathname( in sqlite3OsFullPathname() function
|
| H A D | test_journal.c | 770 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut); in jtFullPathname()
|
| H A D | test_vfs.c | 769 return sqlite3OsFullPathname(PARENTVFS(pVfs), zPath, nOut, zOut); in tvfsFullPathname()
|
| H A D | pager.c | 4729 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname); in sqlite3PagerOpen()
|
| H A D | btree.c | 2507 rc = sqlite3OsFullPathname(pVfs, zFilename, in sqlite3BtreeOpen()
|