nscd_hash_t
static const nscd_hash_t *
const nscd_hash_t *idx_p,
db_entry = &((nscd_hash_t *)idx_p)->db_entry;
const nscd_hash_t *idx_p, *hash_p;
nscd_hash_t *next_p = NULL, *prev_p = NULL;
nscd_hash_t *idx_p, *hash_entry;
hash_entry = (nscd_hash_t *)entry;
nscd_hash_t *idx_p, *next_p = NULL, *prev_p = NULL;
nscd_hash_t *hash;
hash = (nscd_hash_t *)calloc(1, size);
nscd_hash_t *hp;
db->hash_tbl_p = (nscd_hash_t **)calloc(sz + 1,
sizeof (nscd_hash_t *));
nscd_hash_t *hp, *next_p;
nscd_hash_t **hash_tbl_p;
nscd_hash_t *hash; /* the current hash entry */