#include <rpmcli.h>
Data Fields | |
int | delta |
int | size |
int | alloced |
int | nidt |
IDT | idt |
Definition at line 368 of file rpmcli.h.
no. elements to realloc as a chunk.
Definition at line 369 of file rpmcli.h.
Referenced by IDTXgrow().
int IDTindex_s::size |
size of id index element.
Definition at line 370 of file rpmcli.h.
Referenced by IDTXgrow(), and IDTXsort().
current number of elements allocated.
Definition at line 371 of file rpmcli.h.
Referenced by IDTXgrow().
int IDTindex_s::nidt |
current number of elements initialized.
Definition at line 372 of file rpmcli.h.
Referenced by IDTXfree(), IDTXglob(), IDTXgrow(), IDTXload(), IDTXsort(), and rpmRollback().
id index elements.
Definition at line 374 of file rpmcli.h.
Referenced by IDTXfree(), IDTXglob(), IDTXgrow(), IDTXload(), IDTXsort(), and rpmRollback().