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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h1096 ** from xFullPathname() with an optional suffix added.
1179 ** output buffer xFullPathname. The exact size of the output buffer
1228 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
5261 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1356 ** from xFullPathname() with an optional suffix added.
1439 ** output buffer xFullPathname. The exact size of the output buffer
1488 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
5521 ** xFullPathname method of the [VFS]. ^In other words, the filename
19929 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]

Completed in 911 milliseconds