'LibPst'
|
Data Fields | |
int32_t | count_elements |
int32_t | orig_count |
int32_t | count_objects |
struct pst_mapi_element ** | elements |
struct pst_mapi_object * | next |
int32_t pst_mapi_object::count_elements |
Definition at line 101 of file libpst.c.
Referenced by pst_load_extended_attributes(), pst_parse_block(), and pst_process().
int32_t pst_mapi_object::count_objects |
Definition at line 103 of file libpst.c.
Referenced by pst_parse_block(), and pst_parse_item().
struct pst_mapi_element** pst_mapi_object::elements |
Definition at line 104 of file libpst.c.
Referenced by pst_free_list(), pst_load_extended_attributes(), pst_parse_block(), and pst_process().
struct pst_mapi_object* pst_mapi_object::next |
Definition at line 105 of file libpst.c.
Referenced by pst_free_list(), pst_parse_block(), and pst_process().
int32_t pst_mapi_object::orig_count |
Definition at line 102 of file libpst.c.
Referenced by pst_free_list(), and pst_parse_block().