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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c206 sip_xaction_time_obj_t *timer_obj_A = NULL; local
230 timer_obj_A = sip_setup_timer(conn_obj, sip_trans,
233 if (timer_obj_A == NULL) {
245 if (timer_obj_A != NULL) {
246 SIP_SCHED_TIMER(sip_trans->sip_xaction_TA, timer_obj_A,
256 if (timer_obj_A != NULL)
310 if (timer_obj_A != NULL)
311 free(timer_obj_A);

Completed in 21 milliseconds