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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h869 ** from xFullPathname() with an optional suffix added.
952 ** output buffer xFullPathname. The exact size of the output buffer
1001 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4456 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1419 ** from xFullPathname() with an optional suffix added.
1502 ** output buffer xFullPathname. The exact size of the output buffer
1551 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
5006 ** xFullPathname method of the [VFS]. ^In other words, the filename
14823 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
24720 os2FullPathname, /* xFullPathname */
[all...]

Completed in 407 milliseconds