Searched refs:nPathOut (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_demovfs.c | 537 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 D | os.c | 250 int nPathOut, in sqlite3OsFullPathname() argument 255 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
|
| H A D | test6.c | 681 int nPathOut, in cfFullPathname() argument 685 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in cfFullPathname()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 1231 int nPathOut, in asyncFullPathname() argument 1236 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in asyncFullPathname()
|