|
rpm
4.5
|
#include <lib/rpmcli.h>

Data Fields | |
| int | delta |
| int | size |
| int | alloced |
| int | nidt |
| IDT | idt |
| int IDTindex_s::alloced |
current number of elements allocated.
Definition at line 566 of file rpmcli.h.
Referenced by IDTXgrow().
| int IDTindex_s::delta |
no. elements to realloc as a chunk.
Definition at line 564 of file rpmcli.h.
Referenced by IDTXgrow(), and IDTXnew().
| IDT IDTindex_s::idt |
id index elements.
Definition at line 569 of file rpmcli.h.
Referenced by IDTXfree(), IDTXglob(), IDTXgrow(), IDTXload(), IDTXsort(), rpmRollback(), and rpmts_IDTXglob().
| int IDTindex_s::nidt |
current number of elements initialized.
Definition at line 567 of file rpmcli.h.
Referenced by IDTXfree(), IDTXglob(), IDTXgrow(), IDTXload(), IDTXsort(), rpmRollback(), and rpmts_IDTXglob().
| int IDTindex_s::size |
size of id index element.
Definition at line 565 of file rpmcli.h.
Referenced by IDTXgrow(), IDTXnew(), and IDTXsort().
1.8.2