Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_mapping.c89 idx = config->hashTbl[hash]; in ns_get_hash()
155 next = config->hashTbl[i]; in __s_api_destroy_hash()
159 config->hashTbl[i] = NULL; in __s_api_destroy_hash()
180 idx = config->hashTbl[hash]; in __s_api_add_map2hash()
192 config->hashTbl[hash] = newp; in __s_api_add_map2hash()
H A Dns_internal.h433 ns_hash_t *hashTbl[NS_HASH_MAX]; member
/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c302 static cache_hash_t *hashTbl[CACHE_HASH_MAX]; in getldap_cache_op() local
320 hashTbl[i] = NULL; in getldap_cache_op()
334 next = hashTbl[i]; in getldap_cache_op()
338 hashTbl[i] = NULL; in getldap_cache_op()
353 idx = hashTbl[hash]; in getldap_cache_op()
383 hashTbl[hash] = newp; in getldap_cache_op()
397 idx = hashTbl[hash]; in getldap_cache_op()