Searched defs:xaction (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_ui.c171 sip_xaction_t *xaction = (sip_xaction_t *)trans; local
176 if (xaction == NULL || xaction->sip_xaction_branch_id == NULL) {
181 bid = malloc(strlen(xaction->sip_xaction_branch_id) + 1);
187 (void) strncpy(bid, xaction->sip_xaction_branch_id,
188 strlen(xaction->sip_xaction_branch_id));
189 bid[strlen(xaction->sip_xaction_branch_id)] = '\0';
199 sip_xaction_t *xaction = (sip_xaction_t *)trans; local
203 if (xaction == NULL) {
208 return (xaction
[all...]

Completed in 106 milliseconds