cache_ht_item_data_
struct cache_ht_item_data_ *hp1, *hp2;
hp1 = (struct cache_ht_item_data_ *)p1;
hp2 = (struct cache_ht_item_data_ *)p2;
struct cache_ht_item_data_ *ht_item_data, ht_key;
memset(&ht_key, 0, sizeof(struct cache_ht_item_data_));
struct cache_ht_item_data_ *hp;
hp = (struct cache_ht_item_data_ *)p;
HASHTABLE_PROTOTYPE(cache_ht_, cache_ht_item_, struct cache_ht_item_data_);
HASHTABLE_GENERATE(cache_ht_, cache_ht_item_, struct cache_ht_item_data_, data,
struct cache_ht_item_data_ *ht_item_data;
struct cache_ht_item_data_ *ht_item_data;
struct cache_ht_item_data_ *ht_item_data, ht_key;
memset(&ht_key, 0, sizeof(struct cache_ht_item_data_));
struct cache_ht_item_data_, data,
struct cache_ht_item_data_ item_data, *find_res;
memset(&item_data, 0, sizeof(struct cache_ht_item_data_));
struct cache_ht_item_data_ *hp1, *hp2;
hp1 = (struct cache_ht_item_data_ *)p1;
struct cache_ht_item_data_ item_data, *find_res;
hp2 = (struct cache_ht_item_data_ *)p2;
memset(&item_data, 0, sizeof(struct cache_ht_item_data_));
HASHTABLE_ENTRY_HEAD(ht_item_, struct cache_ht_item_data_) data;