Searched refs:hdrstr (Results 1 – 1 of 1) sorted by relevance
936 char *hdrstr; in sip_hdr_to_str() local964 hdrstr = malloc(len); in sip_hdr_to_str()965 if (hdrstr == NULL) { in sip_hdr_to_str()975 len = sip_copy_values(hdrstr, _sip_header); in sip_hdr_to_str()977 (void) strncpy(hdrstr, _sip_header->sip_hdr_start, len); in sip_hdr_to_str()983 tmpptr = hdrstr + len; in sip_hdr_to_str()986 free(hdrstr); in sip_hdr_to_str()993 return (hdrstr); in sip_hdr_to_str()