Searched defs:msg_content (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c139 sip_content_t *msg_content; local
163 msg_content = calloc(1, sizeof (sip_content_t));
164 if (msg_content == NULL) {
171 msg_content->sip_content_start = malloc(len + 1);
172 if (msg_content->sip_content_start == NULL) {
177 (void) strncpy(msg_content->sip_content_start,
179 msg_content->sip_content_start[len] = '\0';
180 msg_content->sip_content_current =
181 msg_content->sip_content_start;
182 msg_content
466 sip_content_t *msg_content; local
[all...]

Completed in 21 milliseconds