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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 442 milliseconds