rpm 5.2.1
|
A single available item (e.g. More...
Public Types | |
enum | indexEntryType { IET_PROVIDES = 1 } |
Data Fields | |
alKey | pkgKey |
const char * | entry |
unsigned short | entryLen |
unsigned short | entryIx |
enum availableIndexEntry_s::indexEntryType | type |
const char* availableIndexEntry_s::entry |
Dependency name.
Definition at line 55 of file rpmal.c.
Referenced by indexcmp(), rpmalAddProvides(), and rpmalAllSatisfiesDepend().
unsigned short availableIndexEntry_s::entryIx |
Dependency index.
Definition at line 57 of file rpmal.c.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().
unsigned short availableIndexEntry_s::entryLen |
No. of bytes in name.
Definition at line 56 of file rpmal.c.
Referenced by indexcmp(), rpmalAddProvides(), and rpmalAllSatisfiesDepend().
Containing package.
Definition at line 53 of file rpmal.c.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().
Type of available item.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().