'LibPst'
|
Linked list of extended attributes. More...
#include <src/libpst.h>
Data Fields | |
uint32_t | mytype |
uint32_t | map |
key for the mapping More... | |
void * | data |
data target of the mapping, either uint32_t or string More... | |
struct pst_x_attrib_ll * | next |
link to next item in the list More... | |
Linked list of extended attributes.
This is used to convert mapi_id values in the pst file into canonical mapi_id values to be used in this code. This list is kept in sorted order, where the key is the 'map' field. Some mapi_id values are converted to canonical mapi_id values (PST_MAP_ATTRIB), and others are converted to a string (PST_ATTRIB_HEADER).
void* pst_x_attrib_ll::data |
data target of the mapping, either uint32_t or string
Definition at line 879 of file libpst.h.
Referenced by pst_free_xattrib(), pst_load_extended_attributes(), and pst_parse_block().
uint32_t pst_x_attrib_ll::map |
key for the mapping
Definition at line 877 of file libpst.h.
Referenced by pst_load_extended_attributes(), and pst_parse_block().
uint32_t pst_x_attrib_ll::mytype |
Definition at line 875 of file libpst.h.
Referenced by pst_load_extended_attributes(), and pst_parse_block().
struct pst_x_attrib_ll* pst_x_attrib_ll::next |
link to next item in the list
Definition at line 881 of file libpst.h.
Referenced by pst_free_xattrib(), pst_load_extended_attributes(), and pst_parse_block().