Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_hash.c69 assert(hash_entry->hash_tail == NULL); in sip_hash_add()
72 hash_entry->hash_tail->next_obj = new_obj; in sip_hash_add()
73 new_obj->prev_obj = hash_entry->hash_tail; in sip_hash_add()
75 hash_entry->hash_tail = new_obj; in sip_hash_add()
158 assert(hash_entry->hash_tail == in sip_hash_delete()
161 hash_entry->hash_tail = NULL; in sip_hash_delete()
170 assert(hash_entry->hash_tail == tmp); in sip_hash_delete()
172 hash_entry->hash_tail = in sip_hash_delete()
H A Dsip_hash.h56 sip_hash_obj_t *hash_tail; member
H A Dsip_xaction.c650 sip_xaction_hash[cnt].hash_tail = NULL; in sip_xaction_init()
H A Dsip_dialog.c1840 sip_dialog_hash[cnt].hash_tail = NULL; in sip_dialog_init()
1845 sip_dialog_phash[cnt].hash_tail = NULL; in sip_dialog_init()