Home
last modified time | relevance | path

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

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dpackage.c250 rc = hdrblobImport(&blob, 0, &h, &buf); in rpmReadHeader()
366 if (hdrblobImport(sigblob, 0, &sigh, &msg)) in rpmReadPackageFile()
368 if (hdrblobImport(blob, 0, &h, &msg)) in rpmReadPackageFile()
H A Dheader_internal.h78 rpmRC hdrblobImport(hdrblob blob, int fast, Header *hdrp, char **emsg);
H A Dsignature.c72 if (hdrblobImport(&blob, 0, &sigh, &buf) != RPMRC_OK) in rpmReadSignature()
H A Dheader.c895 rpmRC hdrblobImport(hdrblob blob, int fast, Header *hdrp, char **emsg) in hdrblobImport() function
1036 hdrblobImport(&blob, 0, &h, &buf); in headerRead()
2088 hdrblobImport(&hblob, (flags & HEADERIMPORT_FAST), &h, &buf); in headerImport()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog9742 hdrblobImport() doesn't support NULL as hdrp (#487)
18016 Note memory ownership transfer in hdrblobImport() to avoid double-frees
19125 Do the duck, bird and a monkey to flip headerImport() and hdrblobImport()
19163 Refactor headerRead() to use hdrblobRead() + hdrblobImport()