Go to the source code of this file.
◆ archive_plugins_for_each
#define archive_plugins_for_each |
( |
|
plugin | ) |
|
Value: (plugin = *archive_plugin_iterator) != nullptr; \
++archive_plugin_iterator)
const ArchivePlugin *const archive_plugins[]
Definition at line 27 of file ArchiveList.hxx.
◆ archive_plugin_deinit_all()
void archive_plugin_deinit_all |
( |
| ) |
|
◆ archive_plugin_from_name()
const ArchivePlugin* archive_plugin_from_name |
( |
const char * |
name | ) |
|
◆ archive_plugin_from_suffix()
const ArchivePlugin* archive_plugin_from_suffix |
( |
const char * |
suffix | ) |
|
◆ archive_plugin_init_all()
void archive_plugin_init_all |
( |
| ) |
|
◆ archive_plugins