Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c26288 char *zPathOut in sqlite3OsFullPathname() argument
26291 zPathOut[0] = 0; in sqlite3OsFullPathname()
26292 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()