| 885 | } |
| 886 | |
| 887 | static int w_sethostport(struct sip_msg *msg, str *hostport) |
| 888 | { |
| 889 | return rewrite_ruri(msg, hostport, 0, RW_RURI_HOSTPORT) ? -1 : 1; |
| 890 | } |
| 891 | |
| 892 | static int w_setuser(struct sip_msg *msg, str *user) |
| 893 | { |
nothing calls this directly
no test coverage detected