rpm
5.4.14
|
A single available item (e.g. More...
Data Fields | |
alKey | pkgKey |
const char * | entry |
unsigned short | entryLen |
unsigned short | entryIx |
indexEntryType_e | type |
const char* availableIndexEntry_s::entry |
Dependency name.
Definition at line 68 of file rpmal.c.
Referenced by indexcmp(), rpmalAddProvides(), and rpmalAllSatisfiesDepend().
unsigned short availableIndexEntry_s::entryIx |
Dependency index.
Definition at line 70 of file rpmal.c.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().
unsigned short availableIndexEntry_s::entryLen |
No. of bytes in name.
Definition at line 69 of file rpmal.c.
Referenced by indexcmp(), rpmalAddProvides(), and rpmalAllSatisfiesDepend().
alKey availableIndexEntry_s::pkgKey |
Containing package.
Definition at line 66 of file rpmal.c.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().
indexEntryType_e availableIndexEntry_s::type |
Type of available item.
Definition at line 71 of file rpmal.c.
Referenced by rpmalAddProvides(), and rpmalAllSatisfiesDepend().