Home
last modified time | relevance | path

Searched refs:cache_hash_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c159 } cache_hash_t; typedef
231 static cache_hash_t *
232 getldap_free_hash(cache_hash_t *p) in getldap_free_hash()
234 cache_hash_t *next; in getldap_free_hash()
251 static cache_hash_t *
252 getldap_scan_hash(cache_type_t type, char *from, cache_hash_t *idx) in getldap_scan_hash()
261 return ((cache_hash_t *)NULL); in getldap_scan_hash()
304 static cache_hash_t *hashTbl[CACHE_HASH_MAX]; in getldap_cache_op()
305 cache_hash_t *next, *idx, *newp; in getldap_cache_op()
376 newp = (cache_hash_t *)malloc(sizeof (cache_hash_t)); in getldap_cache_op()