Searched refs:new_phone (Results 1 – 1 of 1) sorted by relevance
158 sdp_list_t *new_phone = NULL; in sdp_parse_phone() local169 new_phone = calloc(1, sizeof (sdp_list_t)); in sdp_parse_phone()170 if (new_phone == NULL) { in sdp_parse_phone()174 COMMP_COPY_STR(new_phone->value, begin, len); in sdp_parse_phone()175 if (new_phone->value == NULL) { in sdp_parse_phone()176 free(new_phone); in sdp_parse_phone()181 *phone = new_phone; in sdp_parse_phone()186 tmp->next = new_phone; in sdp_parse_phone()