Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8784 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
8808 apndFullPathname, /* xFullPathname */
9210 static int apndFullPathname( in apndFullPathname() function