rpm  5.4.10
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 85 of file rpmal.c.

Field Documentation

§ _item

struct rpmioItem_s rpmal_s::_item

usage mutex and pool identifier.

Definition at line 86 of file rpmal.c.

Referenced by rpmalGetPool().

§ alloced

int rpmal_s::alloced

No. of pkgs allocated for list.

Definition at line 92 of file rpmal.c.

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

§ delta

int rpmal_s::delta

Delta for pkg list reallocation.

Definition at line 90 of file rpmal.c.

Referenced by rpmalAdd(), and rpmalNew().

§ index

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().

§ list

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().

§ size

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().

§ tscolor

rpmuint32_t rpmal_s::tscolor

Transaction color.

Definition at line 93 of file rpmal.c.


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