#include <header.h>
Go to the source code of this file.
Data Structures | |
| struct | problemsSet_s |
| struct | rpmTransactionSet_s |
| struct | availableIndex |
| struct | availableIndexEntry |
| struct | availableList_s |
| struct | availablePackage |
| struct | dirInfo_s |
| struct | fileIndexEntry |
| struct | transactionElement_s |
| struct | tsortInfo_s |
Defines | |
| #define | tsi_count tsi_u.count |
| #define | tsi_suc tsi_u.suc |
Typedefs | |
| typedef transactionElement_s * | transactionElement |
| typedef tsortInfo_s * | tsortInfo |
| typedef dirInfo_s * | dirInfo |
| typedef availableList_s * | availableList |
| typedef problemsSet_s * | problemsSet |
Functions | |
| int | headerMatchesDepFlags (Header h, const char *reqName, const char *reqEVR, int reqFlags) |
Definition in file depends.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Compare package name-version-release from header with dependency, looking for overlap.
Definition at line 606 of file depends.c. References alloca(), headerNVR(), HGE_t, int_32, rpmRangesOverlap(), RPMSENSE_EQUAL, RPMSENSE_SENSEMASK, RPMTAG_EPOCH, and stpcpy(). Referenced by handleOneTrigger(), and rpmtransAddPackage(). |
1.2.18