Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_demovfs.c538 char *zPathOut /* Pointer to output buffer */ in demoFullPathname() argument
548 sqlite3_snprintf(nPathOut, zPathOut, "%s/%s", zDir, zPath); in demoFullPathname()
549 zPathOut[nPathOut-1] = '\0'; in demoFullPathname()
H A Dos.c251 char *zPathOut in sqlite3OsFullPathname() argument
254 zPathOut[0] = 0; in sqlite3OsFullPathname()
255 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
H A Dtest6.c682 char *zPathOut in cfFullPathname() argument
685 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in cfFullPathname()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1232 char *zPathOut in asyncFullPathname() argument
1236 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in asyncFullPathname()
1244 char *z = zPathOut; in asyncFullPathname()