pazpar2  1.6.30
Data Fields
reclist Struct Reference

Data Fields

struct reclist_bucket ** hashtable
unsigned hash_size
int num_records
struct reclist_bucketsorted_list
struct reclist_bucketsorted_ptr
NMEM nmem
YAZ_MUTEX mutex

Detailed Description

Definition at line 33 of file reclists.c.

Field Documentation

unsigned reclist::hash_size

Definition at line 36 of file reclists.c.

Referenced by reclist_create(), reclist_destroy(), reclist_insert(), and reclist_limit().

struct reclist_bucket** reclist::hashtable

Definition at line 35 of file reclists.c.

Referenced by reclist_create(), reclist_destroy(), reclist_insert(), and reclist_limit().

YAZ_MUTEX reclist::mutex
NMEM reclist::nmem

Definition at line 41 of file reclists.c.

Referenced by reclist_create(), and reclist_insert().

int reclist::num_records
struct reclist_bucket* reclist::sorted_list

Definition at line 39 of file reclists.c.

Referenced by reclist_create(), reclist_enter(), reclist_leave(), reclist_limit(), and reclist_sort().

struct reclist_bucket* reclist::sorted_ptr

Definition at line 40 of file reclists.c.

Referenced by reclist_create(), reclist_enter(), reclist_leave(), and reclist_read_record().


The documentation for this struct was generated from the following file: