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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h656 ** from xFullPathname(). SQLite further guarantees that
722 ** output buffer xFullPathname. The exact size of the output buffer
751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
/external/sqlite/dist/orig/
H A Dsqlite3.h904 ** from xFullPathname() with an optional suffix added.
987 ** output buffer xFullPathname. The exact size of the output buffer
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4496 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1454 ** from xFullPathname() with an optional suffix added.
1537 ** output buffer xFullPathname. The exact size of the output buffer
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
5046 ** xFullPathname method of the [VFS]. ^In other words, the filename
14855 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
24781 os2FullPathname, /* xFullPathname */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h904 ** from xFullPathname() with an optional suffix added.
987 ** output buffer xFullPathname. The exact size of the output buffer
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4496 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1454 ** from xFullPathname() with an optional suffix added.
1537 ** output buffer xFullPathname. The exact size of the output buffer
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
5046 ** xFullPathname method of the [VFS]. ^In other words, the filename
14855 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
24781 os2FullPathname, /* xFullPathname */
[all...]

Completed in 428 milliseconds