Home
last modified time | relevance | path

Searched refs:sqlite3OsFullPathname (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dos.h206 int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
H A Dtest_devsym.c290 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut); in devsymFullPathname()
H A Dos.c247 int sqlite3OsFullPathname( in sqlite3OsFullPathname() function
H A Dtest_journal.c770 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut); in jtFullPathname()
H A Dtest_vfs.c769 return sqlite3OsFullPathname(PARENTVFS(pVfs), zPath, nOut, zOut); in tvfsFullPathname()
H A Dpager.c4729 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname); in sqlite3PagerOpen()
H A Dbtree.c2507 rc = sqlite3OsFullPathname(pVfs, zFilename, in sqlite3BtreeOpen()