FFmpegfs Fuse Multi Media Filesystem 2.16
|
This is the complete list of members for Cache, including all inherited members.
begin_transaction() | Cache | protected |
Cache() | Cache | explicit |
Cache_Entry (defined in Cache) | Cache | friend |
cache_key_t typedef | Cache | private |
cache_t typedef | Cache | private |
check_min_version(int *db_version_major, int *db_version_minor) | Cache | protected |
clear() | Cache | |
close_index() | Cache | protected |
closeio(Cache_Entry **cache_entry, int flags=CACHE_CLOSE_NOOPT) | Cache | |
cmp_version(int version_major_l, int version_minor_l, int version_major_r, int version_minor_r) | Cache | protected |
column_exists(const char *table, const char *column) | Cache | protected |
create_entry(LPVIRTUALFILE virtualfile, const std::string &desttype) | Cache | protected |
create_table_cache_entry(LPCTABLE_DEF table, const TABLECOLUMNS_VEC &columns) | Cache | protected |
delete_entry(Cache_Entry **cache_entry, int flags) | Cache | protected |
delete_info(const std::string &filename, const std::string &desttype) | Cache | protected |
end_transaction() | Cache | protected |
expanded_sql(sqlite3_stmt *pStmt) | Cache | protected |
load_index() | Cache | |
LPCTABLE_COLUMNS typedef | Cache | |
LPCTABLE_DEF typedef | Cache | |
LPCTABLECOLUMNS_VEC typedef | Cache | |
LPTABLE_COLUMNS typedef | Cache | |
LPTABLE_DEF typedef | Cache | |
LPTABLECOLUMNS_VEC typedef | Cache | |
m_cache | Cache | private |
m_cacheidx_db | Cache | private |
m_columns_cache_entry | Cache | privatestatic |
m_columns_version | Cache | privatestatic |
m_mutex | Cache | private |
m_table_cache_entry | Cache | privatestatic |
m_table_version | Cache | privatestatic |
maintenance(size_t predicted_filesize=0) | Cache | |
openio(LPVIRTUALFILE virtualfile) | Cache | |
prepare_stmts() | Cache | protected |
prune_cache_size() | Cache | |
prune_disk_space(size_t predicted_filesize) | Cache | |
prune_expired() | Cache | |
read_info(LPCACHE_INFO cache_info) | Cache | protected |
remove_cachefile(const std::string &filename, const std::string &fileext) | Cache | |
rollback_transaction() | Cache | protected |
table_exists(const char *table) | Cache | protected |
TABLECOLUMNS_VEC typedef | Cache | |
upgrade_db(int *db_version_major, int *db_version_minor) | Cache | protected |
write_info(LPCCACHE_INFO cache_info) | Cache | protected |
~Cache() | Cache | virtual |