Home
last modified time | relevance | path

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

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dstrpool.h20 struct s_Stringpool struct
22 Offset *strings; /* table of offsets into stringspace, indexed by Id: Id -> Offset */
23 int nstrings; /* number of ids in strings table */
24 char *stringspace; /* space for all unique strings: stringspace + Offset = string */
25 Offset sstrings; /* size of used stringspace */
27 Hashtable stringhashtbl; /* hash table: (string ->) Hash -> Id */
28 Hashval stringhashmask; /* modulo value for hash table (size of table - 1) */