|
pazpar2
1.14.1
|
Data Fields | |
| struct termlist_bucket ** | hashtable |
| unsigned | hash_size |
| int | no_entries |
| NMEM | nmem |
Definition at line 43 of file termlists.c.
| unsigned termlist::hash_size |
Definition at line 46 of file termlists.c.
Referenced by termlist_create(), and termlist_insert().
| struct termlist_bucket** termlist::hashtable |
Definition at line 45 of file termlists.c.
Referenced by termlist_create(), and termlist_insert().
| NMEM termlist::nmem |
Definition at line 49 of file termlists.c.
Referenced by termlist_create(), and termlist_insert().
| int termlist::no_entries |
Definition at line 48 of file termlists.c.
Referenced by termlist_create(), and termlist_insert().