Searched refs:_sip_response (Results 1 – 1 of 1) sorted by relevance
547 _sip_msg_t *_sip_response; in sip_add_response_line() local552 _sip_response = (_sip_msg_t *)sip_response; in sip_add_response_line()553 (void) pthread_mutex_lock(&_sip_response->sip_msg_mutex); in sip_add_response_line()554 if (_sip_response->sip_msg_cannot_be_modified) { in sip_add_response_line()555 (void) pthread_mutex_unlock(&_sip_response->sip_msg_mutex); in sip_add_response_line()564 (void) pthread_mutex_unlock(&_sip_response->sip_msg_mutex); in sip_add_response_line()567 new_header->sip_hdr_sipmsg = _sip_response; in sip_add_response_line()572 new_header->sip_hdr_next = _sip_response->sip_msg_start_line; in sip_add_response_line()573 _sip_response->sip_msg_start_line = new_header; in sip_add_response_line()574 _sip_response->sip_msg_len += header_size; in sip_add_response_line()[all …]