Searched defs:xFullPathname (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h796 ** from xFullPathname() with an optional suffix added.
878 ** output buffer xFullPathname. The exact size of the output buffer
927 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
H A Dsqlite3.c1339 ** from xFullPathname() with an optional suffix added.
1421 ** output buffer xFullPathname. The exact size of the output buffer
1470 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
14106 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
23912 os2FullPathname, /* xFullPathname */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1023 ** from xFullPathname() with an optional suffix added.
1106 ** output buffer xFullPathname. The exact size of the output buffer
1155 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4826 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1138 ** from xFullPathname() with an optional suffix added.
1221 ** output buffer xFullPathname. The exact size of the output buffer
1270 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4941 ** xFullPathname method of the [VFS]. ^In other words, the filename
15954 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1023 ** from xFullPathname() with an optional suffix added.
1106 ** output buffer xFullPathname. The exact size of the output buffer
1155 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4826 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1138 ** from xFullPathname() with an optional suffix added.
1221 ** output buffer xFullPathname. The exact size of the output buffer
1270 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4941 ** xFullPathname method of the [VFS]. ^In other words, the filename
15954 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]

Completed in 2758 milliseconds