rpm
5.4.10
|
Set of available packages, items, and directories. More...
Data Fields | |
struct rpmioItem_s | _item |
availablePackage | list |
struct availableIndex_s | index |
int | delta |
int | size |
int | alloced |
rpmuint32_t | tscolor |
struct rpmioItem_s rpmal_s::_item |
usage mutex and pool identifier.
Definition at line 86 of file rpmal.c.
Referenced by rpmalGetPool().
int rpmal_s::alloced |
No. of pkgs allocated for list.
Definition at line 92 of file rpmal.c.
Referenced by rpmalAdd(), rpmalFini(), and rpmalNew().
int rpmal_s::delta |
Delta for pkg list reallocation.
Definition at line 90 of file rpmal.c.
Referenced by rpmalAdd(), and rpmalNew().
struct availableIndex_s rpmal_s::index |
Set of available items.
Definition at line 89 of file rpmal.c.
Referenced by rpmalAddProvides(), rpmalAllSatisfiesDepend(), rpmalFreeIndex(), rpmalMakeIndex(), and rpmalNew().
availablePackage rpmal_s::list |
Set of packages.
Definition at line 88 of file rpmal.c.
Referenced by rpmalAdd(), rpmalAllFileSatisfiesDepend(), rpmalAllSatisfiesDepend(), rpmalDel(), rpmalFini(), rpmalMakeIndex(), and rpmalNew().
int rpmal_s::size |
No. of pkgs in list.
Definition at line 91 of file rpmal.c.
Referenced by rpmalAdd(), rpmalAddProvides(), rpmalAllFileSatisfiesDepend(), rpmalFini(), rpmalMakeIndex(), and rpmalNew().
rpmuint32_t rpmal_s::tscolor |