|
libsqsh v1.5.2
|
#include <sqsh_mapper_private.h>
Public Member Functions | |
| SQSH_NO_EXPORT SQSH_NO_UNUSED int | sqsh__map_iterator_skip (struct SqshMapIterator *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_map_iterator_data(). | |
Definition at line 265 of file sqsh_mapper_private.h.
| SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__map_iterator_skip | ( | struct SqshMapIterator * | 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_map_iterator_data().
| [in,out] | iterator | The map iterator to skip data in. |
| [in] | offset | The offset that is contained in the block to skip to. |