Searched refs:sqliteOsFullPathname (Results 1 – 3 of 3) sorted by relevance
187 char *sqliteOsFullPathname(const char*);
667 id->pathToDel = sqliteOsFullPathname(zFilename); in sqliteOsOpenExclusive()1774 char *sqliteOsFullPathname(const char *zRelative){ function
937 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()943 zFullPathname = sqliteOsFullPathname(zFilename); in sqlitepager_open()
Completed in 15 milliseconds