Searched refs:sip_hash_obj_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hash.h50 } sip_hash_obj_t; typedef in typeref:struct:sip_hash_obj_s
55 sip_hash_obj_t *hash_head;
56 sip_hash_obj_t *hash_tail;
H A Dsip_hash.c54 sip_hash_obj_t *new_obj;
59 new_obj = (sip_hash_obj_t *)malloc(sizeof (*new_obj));
91 sip_hash_obj_t *tmp;
119 sip_hash_obj_t *tmp;
145 sip_hash_obj_t *tmp;
164 sip_hash_obj_t *next = tmp->next_obj;

Completed in 622 milliseconds