Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c26009 char *zPathOut in sqlite3OsFullPathname() argument
26012 zPathOut[0] = 0; in sqlite3OsFullPathname()
26013 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()