Searched refs:hash_head (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_hash.c | 68 assert(hash_entry->hash_head == NULL); in sip_hash_add() 70 hash_entry->hash_head = new_obj; in sip_hash_add() 96 tmp = hash_entry->hash_head; in sip_hash_find() 124 tmp = hash_entry->hash_head; in sip_walk_hash() 150 tmp = hash_entry->hash_head; in sip_hash_delete() 153 if (tmp == hash_entry->hash_head) { in sip_hash_delete() 155 hash_entry->hash_head = tmp->next_obj; in sip_hash_delete() 159 hash_entry->hash_head); in sip_hash_delete() 160 hash_entry->hash_head = NULL; in sip_hash_delete()
|
H A D | sip_hash.h | 55 sip_hash_obj_t *hash_head; member
|
H A D | sip_xaction.c | 649 sip_xaction_hash[cnt].hash_head = NULL; in sip_xaction_init()
|
H A D | sip_dialog.c | 1839 sip_dialog_hash[cnt].hash_head = NULL; in sip_dialog_init() 1844 sip_dialog_phash[cnt].hash_head = NULL; in sip_dialog_init()
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_shash.c | 120 SH_TAILQ_HEAD(hash_head) *headp; 122 headp = (struct hash_head *)begin;
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.c | 329 IPos hash_head = 0; local 356 INSERT_STRING(s, n, hash_head); 358 if (hash_head) hash_head = 0; /* to make compiler happy */ 1458 IPos hash_head = NIL; /* head of the hash chain */ local 1479 INSERT_STRING(s, s->strstart, hash_head); 1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1492 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) { 1493 s->match_length = longest_match_fast (s, hash_head); 1497 s->match_length = longest_match (s, hash_head); 1498 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ipsec_impl.h | 143 var = table[hash].hash_head; var != NULL; var = var->field.hash_next 151 (var)->field.hash_next = (table)[hash].hash_head; \ 152 (var)->field.hash_pp = &(table)[hash].hash_head; \ 153 (table)[hash].hash_head = var; \ 201 struct tag *hash_head; \
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | db_shash.h | 11 typedef SH_TAILQ_HEAD(hash_head) DB_HASHTAB;
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 955 IPos hash_head = 0; local 988 INSERT_STRING(s, n, hash_head); 990 if (hash_head) hash_head = 0; /* to make compiler happy */ 1944 IPos hash_head = NIL; /* head of the hash chain */ local 1971 INSERT_STRING(s, s->strstart, hash_head); 1979 if (hash_head != NIL && s->strstart - hash_head <= 1989 s->match_length = longest_match(s, hash_head); 2015 hash_head); 2066 IPos hash_head = NIL; /* head of hash chain */ local 2095 INSERT_STRING(s, s->strstart, hash_head); [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 1230 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 …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 327 ASSERT(ipr->ipr_hash[i].hash_head == NULL); in ipsec_polhead_free_table() 405 ipsec_action_free_table(ipss->ipsec_action_hash[i].hash_head); in ipsec_stack_fini() 406 ipss->ipsec_action_hash[i].hash_head = NULL; in ipsec_stack_fini() 411 ASSERT(ipss->ipsec_sel_hash[i].hash_head == NULL); in ipsec_stack_fini() 458 ASSERT(ipss->ipsec_sel_hash[i].hash_head == NULL); in ipsec_free_tables() 986 spr->ipr_hash[chain].hash_head, in ipsec_copy_polhead() 987 &dpr->ipr_hash[chain].hash_head)) in ipsec_copy_polhead() 2053 root->ipr_hash[selector_hash(sel, root)].hash_head, sel, in ipsec_find_policy_head() 3343 if (ipss->ipsec_action_hash[i].hash_head == NULL) in ipsec_action_reclaim_stack() 3347 for (ap = ipss->ipsec_action_hash[i].hash_head; in ipsec_action_reclaim_stack() [all …]
|
H A D | spdsock.c | 1890 cur = ipr->ipr_hash[chain].hash_head; in spdsock_dump_next_rule()
|
/titanic_50/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 1938 ipr->ipr_hash[i].hash_head, ipsec_ovhd); in iptun_get_ipsec_overhead()
|