Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_ui.c169 sip_xaction_t *xaction = (sip_xaction_t *)trans; in sip_get_trans_branchid() local
174 if (xaction == NULL || xaction->sip_xaction_branch_id == NULL) { in sip_get_trans_branchid()
179 bid = malloc(strlen(xaction->sip_xaction_branch_id) + 1); in sip_get_trans_branchid()
185 (void) strncpy(bid, xaction->sip_xaction_branch_id, in sip_get_trans_branchid()
186 strlen(xaction->sip_xaction_branch_id)); in sip_get_trans_branchid()
187 bid[strlen(xaction->sip_xaction_branch_id)] = '\0'; in sip_get_trans_branchid()
197 sip_xaction_t *xaction = (sip_xaction_t *)trans; in sip_get_trans_state() local
201 if (xaction == NULL) { in sip_get_trans_state()
206 return (xaction->sip_xaction_state); in sip_get_trans_state()