rpm  5.4.14
Data Fields
rpmal_s Struct Reference

Set of available packages, items, and directories. More...

Collaboration diagram for rpmal_s:
Collaboration graph
[legend]

Data Fields

struct rpmioItem_s _item
 
availablePackage list
 
struct availableIndex_s index
 
int delta
 
int size
 
int alloced
 
rpmuint32_t tscolor
 

Detailed Description

Set of available packages, items, and directories.

Definition at line 90 of file rpmal.c.

Field Documentation

struct rpmioItem_s rpmal_s::_item

usage mutex and pool identifier.

Definition at line 91 of file rpmal.c.

Referenced by rpmalGetPool().

int rpmal_s::alloced

No. of pkgs allocated for list.

Definition at line 97 of file rpmal.c.

Referenced by rpmalAdd(), rpmalFini(), and rpmalNew().

int rpmal_s::delta

Delta for pkg list reallocation.

Definition at line 95 of file rpmal.c.

Referenced by rpmalAdd(), and rpmalNew().

struct availableIndex_s rpmal_s::index

Set of available items.

Definition at line 94 of file rpmal.c.

Referenced by rpmalAddProvides(), rpmalAllSatisfiesDepend(), rpmalFreeIndex(), rpmalMakeIndex(), and rpmalNew().

availablePackage rpmal_s::list

Set of packages.

Definition at line 93 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 96 of file rpmal.c.

Referenced by rpmalAdd(), rpmalAddProvides(), rpmalAllFileSatisfiesDepend(), rpmalFini(), rpmalMakeIndex(), and rpmalNew().

rpmuint32_t rpmal_s::tscolor

Transaction color.

Definition at line 98 of file rpmal.c.


The documentation for this struct was generated from the following file: