MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / codec_delete_re

Function codec_delete_re

modules/sipmsgops/codecs.c:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774
775int codec_delete_re(struct sip_msg* msg, regex_t* re)
776{
777 return do_for_all_streams(msg, NULL, NULL, re, DELETE, DESC_REGEXP);
778}
779
780
781int codec_delete_except_re(struct sip_msg* msg, regex_t* re)

Callers

nothing calls this directly

Calls 1

do_for_all_streamsFunction · 0.85

Tested by

no test coverage detected