Home
last modified time | relevance | path

Searched refs:sip_xaction_delete (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.h68 sip_xaction_delete(trans); \
116 extern void sip_xaction_delete(sip_xaction_t *);
H A Dsip_xaction_state_mc.c1266 sip_xaction_delete(sip_trans); in sip_xaction_terminate()
1329 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1358 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1382 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1450 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1480 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1506 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1558 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1585 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
1610 sip_xaction_delete(sip_trans); in sip_xaction_state_timer_fire()
[all …]
H A Dsip_xaction.c550 sip_xaction_delete(sip_xaction_t *trans) in sip_xaction_delete() function