Searched refs:zVfsName (Results 1 - 6 of 6) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | shell.c | 4072 char *zVfsName = 0; local 4074 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName); 4075 if( zVfsName ){ 4076 fprintf(p->out, "%s\n", zVfsName); 4077 sqlite3_free(zVfsName);
|
H A D | sqlite3.h | 6085 ** ^If zVfsName is NULL then the default VFS is returned. 6100 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfsName);
|
H A D | sqlite3.c | 6299 ** ^If zVfsName is NULL then the default VFS is returned. 6314 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfsName); 159101 const char *zVfsName; /* Name of automatically created rbu vfs */ member in struct:sqlite3rbu [all...] |
/external/sqlite/dist/ |
H A D | shell.c | 4094 char *zVfsName = 0; local 4096 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName); 4097 if( zVfsName ){ 4098 fprintf(p->out, "%s\n", zVfsName); 4099 sqlite3_free(zVfsName);
|
H A D | sqlite3.h | 6085 ** ^If zVfsName is NULL then the default VFS is returned. 6100 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfsName);
|
H A D | sqlite3.c | 6299 ** ^If zVfsName is NULL then the default VFS is returned. 6314 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfsName); 159131 const char *zVfsName; /* Name of automatically created rbu vfs */ member in struct:sqlite3rbu [all...] |
Completed in 735 milliseconds