Home
last modified time | relevance | path

Searched refs:sqliteOsFullPathname (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.h187 char *sqliteOsFullPathname(const char*);
H A Dos.c667 id->pathToDel = sqliteOsFullPathname(zFilename); in sqliteOsOpenExclusive()
1770 char *sqliteOsFullPathname(const char *zRelative){ function
H A Dpager.c944 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()
950 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()