112__attribute__((deprecated(
113 "Since 1.5.0. Use sqsh_export_table_resolve_inode2 instead."))) int
114sqsh_export_table_resolve_inode(
116 uint64_t *inode_ref);
size_t sqsh_index_t
typedef used for indexing
The id table of an archive.
A generic table as used in an archive.
int sqsh_table_get(const struct SqshTable *table, sqsh_index_t index, void *target)
Retrieves an element from the table.
int sqsh_export_table_resolve_inode2(const struct SqshExportTable *table, uint32_t inode, uint64_t *inode_ref)
Retrieves an element from the table.
int sqsh_id_table_get(const struct SqshIdTable *table, sqsh_index_t index, uint32_t *id)
Retrieves an element from the table.