Searched refs:msg_content (Results 1 – 1 of 1) sorted by relevance
142 sip_content_t *msg_content; in sip_clone_msg() local166 msg_content = calloc(1, sizeof (sip_content_t)); in sip_clone_msg()167 if (msg_content == NULL) { in sip_clone_msg()174 msg_content->sip_content_start = malloc(len + 1); in sip_clone_msg()175 if (msg_content->sip_content_start == NULL) { in sip_clone_msg()180 (void) strncpy(msg_content->sip_content_start, in sip_clone_msg()182 msg_content->sip_content_start[len] = '\0'; in sip_clone_msg()183 msg_content->sip_content_current = in sip_clone_msg()184 msg_content->sip_content_start; in sip_clone_msg()185 msg_content->sip_content_end = msg_content->sip_content_start + in sip_clone_msg()[all …]