Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hash.c66 assert(hash_entry->hash_head == NULL); in sip_hash_add()
68 hash_entry->hash_head = new_obj; in sip_hash_add()
94 tmp = hash_entry->hash_head; in sip_hash_find()
122 tmp = hash_entry->hash_head; in sip_walk_hash()
148 tmp = hash_entry->hash_head; in sip_hash_delete()
151 if (tmp == hash_entry->hash_head) { in sip_hash_delete()
153 hash_entry->hash_head = tmp->next_obj; in sip_hash_delete()
157 hash_entry->hash_head); in sip_hash_delete()
158 hash_entry->hash_head = NULL; in sip_hash_delete()
H A Dsip_hash.h53 sip_hash_obj_t *hash_head; member
H A Dsip_xaction.c647 sip_xaction_hash[cnt].hash_head = NULL; in sip_xaction_init()
H A Dsip_dialog.c1837 sip_dialog_hash[cnt].hash_head = NULL; in sip_dialog_init()
1842 sip_dialog_phash[cnt].hash_head = NULL; in sip_dialog_init()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_shash.c120 SH_TAILQ_HEAD(hash_head) *headp;
122 headp = (struct hash_head *)begin;
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h148 var = table[hash].hash_head; var != NULL; var = var->field.hash_next
156 (var)->field.hash_next = (table)[hash].hash_head; \
157 (var)->field.hash_pp = &(table)[hash].hash_head; \
158 (table)[hash].hash_head = var; \
206 struct tag *hash_head; \
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c1874 IPos hash_head; /* head of the hash chain */ local
1894 hash_head = NIL;
1896 INSERT_STRING(s, s->strstart, hash_head);
1902 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1907 s->match_length = longest_match (s, hash_head);
1927 INSERT_STRING(s, s->strstart, hash_head);
1976 IPos hash_head; /* head of hash chain */ local
1997 hash_head = NIL;
1999 INSERT_STRING(s, s->strstart, hash_head);
2008 s->strstart - hash_head <= MAX_DIST(s)) {
[all …]
H A DChangeLog1421 - initialize hash_head in deflate.c
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h11 typedef SH_TAILQ_HEAD(hash_head) DB_HASHTAB;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c953 IPos hash_head = 0; local
986 INSERT_STRING(s, n, hash_head);
988 if (hash_head) hash_head = 0; /* to make compiler happy */
1969 INSERT_STRING(s, s->strstart, hash_head);
1977 if (hash_head != NIL && s->strstart - hash_head <=
1987 s->match_length = longest_match(s, hash_head);
2013 hash_head);
2064 IPos hash_head = NIL; /* head of hash chain */ local
2093 INSERT_STRING(s, s->strstart, hash_head);
2105 s->strstart - hash_head <= MAX_DIST(s)) {
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1230 IPos hash_head = NIL; /* head of the hash chain */ local
1252 INSERT_STRING(s, s->strstart, hash_head);
1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1264 s->match_length = longest_match (s, hash_head);
1286 INSERT_STRING(s, s->strstart, hash_head);
1326 IPos hash_head = NIL; /* head of hash chain */ local
1347 INSERT_STRING(s, s->strstart, hash_head);
1355 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
1356 s->strstart - hash_head <= MAX_DIST(s)) {
1362 s->match_length = longest_match (s, hash_head);
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c330 ASSERT(ipr->ipr_hash[i].hash_head == NULL); in ipsec_polhead_free_table()
409 ipss->ipsec_action_hash[i].hash_head = NULL; in ipsec_stack_fini()
414 ASSERT(ipss->ipsec_sel_hash[i].hash_head == NULL); in ipsec_stack_fini()
459 ASSERT(ipss->ipsec_sel_hash[i].hash_head == NULL); in ipsec_free_tables()
987 spr->ipr_hash[chain].hash_head, in ipsec_copy_polhead()
988 &dpr->ipr_hash[chain].hash_head)) in ipsec_copy_polhead()
3345 if (ipss->ipsec_action_hash[i].hash_head == NULL) in ipsec_action_reclaim_stack()
3349 for (ap = ipss->ipsec_action_hash[i].hash_head; in ipsec_action_reclaim_stack()
3678 head = pr->ipr_hash[selkey->ipsl_pol_hval].hash_head; in ipsec_check_policy()
3866 for (ip = ipr->ipr_hash[chain].hash_head; ip != NULL; in ipsec_ipr_flush()
[all …]
H A Dspdsock.c1893 cur = ipr->ipr_hash[chain].hash_head; in spdsock_dump_next_rule()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1940 ipr->ipr_hash[i].hash_head, ipsec_ovhd); in iptun_get_ipsec_overhead()