Searched refs:xFullPathname (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h837 ** from xFullPathname() with an optional suffix added.
920 ** output buffer xFullPathname. The exact size of the output buffer
969 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
H A Dsqlite3.c1390 ** from xFullPathname() with an optional suffix added.
1473 ** output buffer xFullPathname. The exact size of the output buffer
1522 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
14496 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
24346 os2FullPathname, /* xFullPathname */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1243 ** from xFullPathname() with an optional suffix added.
1332 ** output buffer xFullPathname. The exact size of the output buffer
1381 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
6176 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dshell.c3813 apndFullPathname, /* xFullPathname */
4219 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut);
H A Dsqlite3.c2306 ** from xFullPathname() with an optional suffix added.
2395 ** output buffer xFullPathname. The exact size of the output buffer
2444 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
7239 ** xFullPathname method of the [VFS]. ^In other words, the filename
23496 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]

Completed in 974 milliseconds