Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14493 char *zPathOut in sqlite3OsFullPathname() argument
14495 zPathOut[0] = 0; in sqlite3OsFullPathname()
14496 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c23149 char *zPathOut in sqlite3OsFullPathname() argument
23152 zPathOut[0] = 0; in sqlite3OsFullPathname()
23153 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()