libsqsh v1.5.1
|
Iterator over metablocks. More...
#include <sqsh_metablock_private.h>
Public Member Functions | |
SQSH_NO_EXPORT SQSH_NO_UNUSED int | sqsh__metablock_iterator_skip (struct SqshMetablockIterator *iterator, uint64_t *offset) |
Skips blocks until the block containing the offset is reached. Note that calling this function will invalidate the data pointer returned by sqsh_metablock_iterator_data(). | |
Iterator over metablocks.
Definition at line 53 of file sqsh_metablock_private.h.
SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__metablock_iterator_skip | ( | struct SqshMetablockIterator * | iterator, |
uint64_t * | offset ) |
Skips blocks until the block containing the offset is reached. Note that calling this function will invalidate the data pointer returned by sqsh_metablock_iterator_data().
[in,out] | iterator | The metablock iterator to skip data in. |
[in] | offset | The offset that is contained in the block to skip to. |