Searched refs:sip_msg_start_line (Results 1 – 4 of 4) sorted by relevance
472 if (_old_msg->sip_msg_start_line == NULL) { in sip_copy_start_line()476 len = _old_msg->sip_msg_start_line->sip_hdr_end - in sip_copy_start_line()477 _old_msg->sip_msg_start_line->sip_hdr_start; in sip_copy_start_line()485 _sip_msg->sip_msg_start_line = new_header; in sip_copy_start_line()487 (void) strncpy(_sip_msg->sip_msg_start_line->sip_hdr_start, in sip_copy_start_line()488 _old_msg->sip_msg_start_line->sip_hdr_start, len); in sip_copy_start_line()489 (void) sip_parse_first_line(_sip_msg->sip_msg_start_line, in sip_copy_start_line()505 if (_sip_msg->sip_msg_start_line == NULL) in sip_delete_start_line_locked()508 header = _sip_msg->sip_msg_start_line; in sip_delete_start_line_locked()516 _sip_msg->sip_msg_start_line = NULL; in sip_delete_start_line_locked()[all …]
278 if (msg->sip_msg_start_line != NULL) { in sip_msg_to_msgbuf()279 len = msg->sip_msg_start_line->sip_hdr_end - in sip_msg_to_msgbuf()280 msg->sip_msg_start_line->sip_hdr_start; in sip_msg_to_msgbuf()281 (void) strncpy(e, msg->sip_msg_start_line->sip_hdr_start, len); in sip_msg_to_msgbuf()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()575 ret = sip_parse_first_line(_sip_response->sip_msg_start_line, in sip_add_response_line()732 if ((ret = sip_parse_first_line(_request->sip_msg_start_line, in sip_create_nonOKack()929 new_header->sip_hdr_next = _sip_request->sip_msg_start_line; in sip_add_request_line()930 _sip_request->sip_msg_start_line = new_header; in sip_add_request_line()[all …]
231 sip_msg->sip_msg_start_line = sip_msg->sip_msg_headers_start; in sip_setup_header_pointers()234 sip_msg->sip_msg_start_line->sip_hdr_prev = NULL; in sip_setup_header_pointers()235 sip_msg->sip_msg_start_line->sip_hdr_next = NULL; in sip_setup_header_pointers()464 if (sip_parse_first_line(sip_msg->sip_msg_start_line, in sip_process_new_packet()
357 _sip_header_t *sip_msg_start_line; member