rpm 4.19.92
The RPM Package Manager
|
#include <rpmtd.h>
Data Fields | |
rpm_tag_t | tag |
rpm_tagtype_t | type |
rpm_count_t | count |
rpm_data_t | data |
rpmtdFlags | flags |
int | ix |
rpm_count_t | size |
Container for rpm tag data (from headers or extensions).
rpm_count_t rpmtd_s::count |
number of entries
rpm_data_t rpmtd_s::data |
pointer to actual data
rpmtdFlags rpmtd_s::flags |
flags on memory allocation etc
int rpmtd_s::ix |
iteration index
rpm_count_t rpmtd_s::size |
size of data (only works for RPMTD_IMMUTABLE atm)
rpm_tag_t rpmtd_s::tag |
rpm tag of this data entry
rpm_tagtype_t rpmtd_s::type |
data type