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 |
a Provides: dependency).
Definition at line 49 of file rpmal.c.
const char* availableIndexEntry_s::entry |
Dependency name.
Definition at line 53 of file rpmal.c.
Referenced by indexcmp(), and rpmalAddProvides().
unsigned short availableIndexEntry_s::entryLen |
No. of bytes in name.
Definition at line 54 of file rpmal.c.
Referenced by indexcmp(), and rpmalAddProvides().
unsigned short availableIndexEntry_s::entryIx |
Type of available item.
Referenced by rpmalAddProvides().