Searched refs:new_phone (Results 1 – 1 of 1) sorted by relevance
156 sdp_list_t *new_phone = NULL; in sdp_parse_phone() local167 new_phone = calloc(1, sizeof (sdp_list_t)); in sdp_parse_phone()168 if (new_phone == NULL) { in sdp_parse_phone()172 COMMP_COPY_STR(new_phone->value, begin, len); in sdp_parse_phone()173 if (new_phone->value == NULL) { in sdp_parse_phone()174 free(new_phone); in sdp_parse_phone()179 *phone = new_phone; in sdp_parse_phone()184 tmp->next = new_phone; in sdp_parse_phone()