Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c95 static int memFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
116 memFullPathname, /* xFullPathname */
373 static int memFullPathname( in memFullPathname() function