Data Fields | |
int32_t | count_elements |
int32_t | orig_count |
int32_t | count_objects |
struct pst_mapi_element ** | elements |
struct pst_mapi_object * | next |
Definition at line 97 of file libpst.c.
int32_t pst_mapi_object::count_elements |
Definition at line 98 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 100 of file libpst.c.
Referenced by pst_parse_block(), and pst_parse_item().
struct pst_mapi_element** pst_mapi_object::elements [read] |
Definition at line 101 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 [read] |
Definition at line 102 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 99 of file libpst.c.
Referenced by pst_free_list(), and pst_parse_block().