Lines Matching refs:nscd_hash_t
60 } nscd_hash_t;
64 * is implemented as an array of nscd_hash_t.
68 nscd_hash_t **hash_tbl_p;
77 nscd_hash_t *hash; /* the current hash entry */
117 static const nscd_hash_t *
121 const nscd_hash_t *idx_p,
129 db_entry = &((nscd_hash_t *)idx_p)->db_entry;
169 const nscd_hash_t *idx_p, *hash_p;
198 nscd_hash_t *next_p = NULL, *prev_p = NULL;
199 nscd_hash_t *idx_p, *hash_entry;
258 * in a nscd_hash_t
260 hash_entry = (nscd_hash_t *)entry;
296 nscd_hash_t *idx_p, *next_p = NULL, *prev_p = NULL;
383 nscd_hash_t *hash;
399 hash = (nscd_hash_t *)calloc(1, size);
428 nscd_hash_t *hp;
505 db->hash_tbl_p = (nscd_hash_t **)calloc(sz + 1,
506 sizeof (nscd_hash_t *));
527 nscd_hash_t *hp, *next_p;