Home
last modified time | relevance | path

Searched refs:rpmtdClass (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dformats.c55 switch (rpmtdClass(td)) { in stringFormat()
130 if (rpmtdClass(td) == RPM_NUMERIC_CLASS) { in shescapeFormat()
132 } else if (rpmtdClass(td) == RPM_STRING_CLASS) { in shescapeFormat()
302 switch (rpmtdClass(td)) { in xmlFormat()
573 if (fmt->class != RPM_ANY_CLASS && rpmtdClass(td) != fmt->class) in rpmHeaderFormatCall()
H A Drpmtd.h103 rpmTagClass rpmtdClass(rpmtd td);
H A Drpmtd.c75 rpmTagClass rpmtdClass(rpmtd td) in rpmtdClass() function
/dports/archivers/rpm4/rpm-4.16.1.3/python/
H A Drpmtd-py.c39 rpmTagClass tclass = rpmtdClass(td); in rpmtd_AsPyobj()
H A Drpmii-py.c52 keyo = rpmtd_ItemAsPyobj(s->keytd, rpmtdClass(s->keytd)); in rpmii_iternext()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog60808 Honor rpmtd type, not tag type, in rpmtdClass() (ticket #25)
62637 Simplify xmlFormat() by taking advantage of rpmtdClass()
62705 - add rpmTagGetClass(), rpmtdClass() public functions for retrieving the