Home
last modified time | relevance | path

Searched refs:rpmRelocation (Results 1 – 10 of 10) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dmisc.h56 void rpmRelocateFileList(rpmRelocation *relocs, int numRelocations, rpmfs fs, Header h);
62 void rpmRelocationBuild(Header h, rpmRelocation *rawrelocs,
63 int *rnrelocs, rpmRelocation **rrelocs, uint8_t **rbadrelocs);
H A Drelocation.c45 static int addPrefixes(Header h, rpmRelocation *relocations, int numRelocations) in addPrefixes()
120 void rpmRelocateFileList(rpmRelocation *relocations, int numRelocations, in rpmRelocateFileList()
462 static void sortRelocs(rpmRelocation *relocations, int numRelocations) in sortRelocs()
467 rpmRelocation tmpReloc; in sortRelocs()
489 void rpmRelocationBuild(Header h, rpmRelocation *rawrelocs, in rpmRelocationBuild()
490 int *rnrelocs, rpmRelocation **rrelocs, uint8_t **rbadrelocs) in rpmRelocationBuild()
494 rpmRelocation * relocs = NULL; in rpmRelocationBuild()
498 for (rpmRelocation *r = rawrelocs; r->oldPath || r->newPath; r++) in rpmRelocationBuild()
H A Drpmtypes.h93 typedef struct rpmRelocation_s rpmRelocation; typedef
H A Drpmte_internal.h48 rpmRelocation * relocs, int addop);
H A Drpmcli.h362 rpmRelocation * relocations;
H A Drpmte.c68 rpmRelocation * relocs; /*!< (TR_ADDED) Payload file relocations. */
131 static int addTE(rpmte p, Header h, fnpyKey key, rpmRelocation * relocs) in addTE()
250 rpmRelocation * relocs, int addop) in rpmteNew()
H A Drpmts.h609 rpmRelocation * relocs);
H A Drpminstall.c249 rpmRelocation * relocations;
412 rpmRelocation * relocations; in rpmInstall()
H A Ddepends.c397 fnpyKey key, int op, rpmRelocation * relocs) in addPackage()
471 fnpyKey key, int upgrade, rpmRelocation * relocs) in rpmtsAddInstallElement()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog68299 - allocate rpmRelocation paths on heap, not stack
70466 Remove bogus const from rpmRelocation struct
111040 rpmRelocation no longer used.