|
rpm
5.4.4
|
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 |
| int rpmal_s::alloced |
No. of pkgs allocated for list.
Definition at line 90 of file rpmal.c.
Referenced by rpmalAdd(), rpmalFini(), and rpmalNew().
| int rpmal_s::delta |
Delta for pkg list reallocation.
Definition at line 88 of file rpmal.c.
Referenced by rpmalAdd(), and rpmalNew().
| struct availableIndex_s rpmal_s::index |
Set of available items.
Definition at line 87 of file rpmal.c.
Referenced by rpmalAddProvides(), rpmalAllSatisfiesDepend(), rpmalFreeIndex(), rpmalMakeIndex(), and rpmalNew().
Set of packages.
Definition at line 86 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 89 of file rpmal.c.
Referenced by rpmalAdd(), rpmalAddProvides(), rpmalAllFileSatisfiesDepend(), rpmalFini(), rpmalMakeIndex(), and rpmalNew().
1.7.5.1