Lines Matching refs:nscd_hash_t
58 } nscd_hash_t; typedef
66 nscd_hash_t **hash_tbl_p;
75 nscd_hash_t *hash; /* the current hash entry */
115 static const nscd_hash_t *
119 const nscd_hash_t *idx_p, in scan_hash()
127 db_entry = &((nscd_hash_t *)idx_p)->db_entry; in scan_hash()
167 const nscd_hash_t *idx_p, *hash_p; in _nscd_get_db_entry()
196 nscd_hash_t *next_p = NULL, *prev_p = NULL; in _nscd_add_db_entry()
197 nscd_hash_t *idx_p, *hash_entry; in _nscd_add_db_entry()
258 hash_entry = (nscd_hash_t *)entry; in _nscd_add_db_entry()
294 nscd_hash_t *idx_p, *next_p = NULL, *prev_p = NULL; in _nscd_delete_db_entry()
381 nscd_hash_t *hash; in _nscd_alloc_db_entry()
397 hash = (nscd_hash_t *)calloc(1, size); in _nscd_alloc_db_entry()
426 nscd_hash_t *hp; in _nscd_delete_db_entry_cookie()
503 db->hash_tbl_p = (nscd_hash_t **)calloc(sz + 1, in _nscd_alloc_db()
504 sizeof (nscd_hash_t *)); in _nscd_alloc_db()
525 nscd_hash_t *hp, *next_p; in _nscd_free_db()