Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.h190 char *sqliteOsFullPathname(const char*);
H A Dos.c670 id->pathToDel = sqliteOsFullPathname(zFilename); in sqliteOsOpenExclusive()
1773 char *sqliteOsFullPathname(const char *zRelative){ function
H A Dpager.c946 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()
952 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()