Searched refs:msg_content (Results 1 – 1 of 1) sorted by relevance
140 sip_content_t *msg_content; in sip_clone_msg() local164 msg_content = calloc(1, sizeof (sip_content_t)); in sip_clone_msg()165 if (msg_content == NULL) { in sip_clone_msg()172 msg_content->sip_content_start = malloc(len + 1); in sip_clone_msg()173 if (msg_content->sip_content_start == NULL) { in sip_clone_msg()178 (void) strncpy(msg_content->sip_content_start, in sip_clone_msg()180 msg_content->sip_content_start[len] = '\0'; in sip_clone_msg()181 msg_content->sip_content_current = in sip_clone_msg()182 msg_content->sip_content_start; in sip_clone_msg()183 msg_content->sip_content_end = msg_content->sip_content_start + in sip_clone_msg()[all …]