Home
last modified time | relevance | path

Searched defs:entryInfo_s (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dheader_internal.h15 struct entryInfo_s { struct
16 rpm_tag_t tag; /*!< Tag identifier. */
17 rpm_tagtype_t type; /*!< Tag data type. */
18 int32_t offset; /*!< Offset into data segment (ondisk only). */
42 static inline void ei2h(const struct entryInfo_s *pe, struct entryInfo_s *info) in ei2h() argument