Home
last modified time | relevance | path

Searched defs:rpmstrPool_s (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Drpmstrpool.c30 struct rpmstrPool_s { struct
31 const char ** offs; /* pointers into data area */
32 rpmsid offs_size; /* largest offset index */;
33 rpmsid offs_alloced; /* offsets allocation size */
36 size_t chunks_size; /* current chunk */
38 size_t chunk_allocated; /* size of the current chunk */
39 size_t chunk_used; /* usage of the current chunk */
41 poolHash hash; /* string -> sid hash table */
42 int frozen; /* are new id additions allowed? */
43 int nrefs; /* refcount */
[all …]