| 1024 | } |
| 1025 | |
| 1026 | static int w_swap_msg_branches(struct sip_msg *msg, int *src_idx, int *dst_idx) |
| 1027 | { |
| 1028 | return (swap_msg_branches(msg, |
| 1029 | (src_idx?*src_idx:-1), (dst_idx?*dst_idx:-1))==0) ? 1 : -1 ; |
| 1030 | } |
| 1031 | |
| 1032 | static int w_pv_printf(struct sip_msg *msg, pv_spec_t *var, str *fmt_str) |
| 1033 | { |
nothing calls this directly
no test coverage detected