| 773 | |
| 774 | |
| 775 | int 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 | |
| 781 | int codec_delete_except_re(struct sip_msg* msg, regex_t* re) |
nothing calls this directly
no test coverage detected