Home
last modified time | relevance | path

Searched refs:rpmteE (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Drpmte.h61 const char * rpmteE(rpmte te);
H A Dpsm.c520 rpmdbSetIteratorRE(mi, RPMTAG_EPOCH, RPMMIRE_STRCMP, rpmteE(te)); in markReplacedInstance()
H A Drpmte.c303 const char * rpmteE(rpmte te) in rpmteE() function
H A Dtransaction.c1341 rpmdbSetIteratorRE(mi, RPMTAG_EPOCH, RPMMIRE_STRCMP, rpmteE(p)); in checkAdded()
/dports/archivers/rpm4/rpm-4.16.1.3/python/
H A Drpmte-py.c64 return utf8FromString(rpmteE(s->te)); in rpmte_E()