Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c157 } cache_hash_t; typedef
228 static cache_hash_t *
229 getldap_free_hash(cache_hash_t *p) in getldap_free_hash()
231 cache_hash_t *next; in getldap_free_hash()
248 static cache_hash_t *
250 cache_hash_t *idx) in getldap_scan_hash()
259 return ((cache_hash_t *)NULL); in getldap_scan_hash()
302 static cache_hash_t *hashTbl[CACHE_HASH_MAX]; in getldap_cache_op()
303 cache_hash_t *next, *idx, *newp; in getldap_cache_op()
374 newp = (cache_hash_t *)malloc(sizeof (cache_hash_t)); in getldap_cache_op()