#include <src/libpst.h>
Data Fields | |
uint64_t | i_id |
uint64_t | offset |
uint64_t | size |
int64_t | u1 |
struct pst_index_ll * | next |
Definition at line 103 of file libpst.h.
uint64_t pst_index_ll::i_id |
Definition at line 104 of file libpst.h.
Referenced by dump_desc(), dumper(), main(), process(), pst_build_id2(), pst_ff_getID2data(), pst_getID(), pst_getID2(), pst_load_extended_attributes(), pst_parse_item(), pst_printDptr(), and pst_printID2ptr().
struct pst_index_ll* pst_index_ll::next [read] |
Definition at line 108 of file libpst.h.
Referenced by main(), pst_build_id_ptr(), pst_free_id(), and pst_getID().
uint64_t pst_index_ll::offset |
Definition at line 105 of file libpst.h.
Referenced by pst_build_id2(), and pst_ff_getIDblock().
uint64_t pst_index_ll::size |
Definition at line 106 of file libpst.h.
Referenced by pst_build_id2(), and pst_ff_getIDblock().
int64_t pst_index_ll::u1 |
Definition at line 107 of file libpst.h.
Referenced by pst_build_id2().