Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_demovfs.c537 int nPathOut, /* Size of output buffer in bytes */ in demoFullPathname() argument
548 sqlite3_snprintf(nPathOut, zPathOut, "%s/%s", zDir, zPath); in demoFullPathname()
549 zPathOut[nPathOut-1] = '\0'; in demoFullPathname()
H A Dos.c250 int nPathOut, in sqlite3OsFullPathname() argument
255 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
H A Dtest6.c681 int nPathOut, in cfFullPathname() argument
685 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in cfFullPathname()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1231 int nPathOut, in asyncFullPathname() argument
1236 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in asyncFullPathname()