Lines Matching refs:_response

715 	_sip_msg_t	*_response;
724 _response = (_sip_msg_t *)response;
765 (void) pthread_mutex_lock(&_response->sip_msg_mutex);
766 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO,
768 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
771 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
806 _sip_msg_t *_response;
812 _response = (_sip_msg_t *)response;
818 (void) pthread_mutex_lock(&_response->sip_msg_mutex);
819 if ((header = sip_search_for_header(_response, SIP_CONTACT,
821 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
826 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
831 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
836 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
843 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
849 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
853 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO,
855 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
858 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_FROM,
860 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
863 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_CALL_ID,
865 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
871 if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) {
872 if ((ret = _sip_find_and_copy_header(_response, _ack_msg,
874 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
878 (void) pthread_mutex_unlock(&_response->sip_msg_mutex);
879 seqno = sip_get_callseq_num(_response, &ret);