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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c89 idx = config->hashTbl[hash];
155 next = config->hashTbl[i];
159 config->hashTbl[i] = NULL;
180 idx = config->hashTbl[hash];
192 config->hashTbl[hash] = newp;
H A Dns_internal.h424 * and hashTbl contain the current attribute/objectclass mappings.
433 ns_hash_t *hashTbl[NS_HASH_MAX]; member in struct:ns_config
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c302 static cache_hash_t *hashTbl[CACHE_HASH_MAX]; local
320 hashTbl[i] = NULL;
334 next = hashTbl[i];
338 hashTbl[i] = NULL;
353 idx = hashTbl[hash];
383 hashTbl[hash] = newp;
397 idx = hashTbl[hash];

Completed in 84 milliseconds