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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c175 sip_xaction_t *ctrans = (sip_xaction_t *)cobj; local
185 if (ctrans != trans) {
209 sip_xaction_t *ctrans = NULL; local
212 ctrans = (sip_xaction_t *)cobj;
216 if (pvt_data == NULL) { /* ASSERT FALSE if ctrans != NULL?? */
217 if (ctrans != NULL) {
219 ctrans->sip_xaction_conn_obj = NULL;
229 if (ctrans != NULL && ctrans != trans) {
233 if (ctrans
[all...]

Completed in 29 milliseconds