|
libmobi
C library for handling MOBI format ebook documents
|
Structure for links reconstruction. More...
#include <structure.h>
Data Fields | |
| size_t | raw_offset |
| unsigned char * | fragment |
| size_t | size |
| bool | is_malloc |
| struct MOBIFragment * | next |
Structure for links reconstruction.
Linked list of Fragment structures forms whole document part
| unsigned char* MOBIFragment::fragment |
Fragment data
| bool MOBIFragment::is_malloc |
Is it needed to free this fragment or is it just an alias to part data
| struct MOBIFragment* MOBIFragment::next |
Link to next fragment
| size_t MOBIFragment::raw_offset |
fragment offset in raw markup, SIZE_MAX if not present in original markup
| size_t MOBIFragment::size |
Fragment size