| 875 | } |
| 876 | |
| 877 | static int w_isbflagset(struct sip_msg *msg, void *flag, int *branch_idx) |
| 878 | { |
| 879 | return isbflagset(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag); |
| 880 | } |
| 881 | |
| 882 | static int w_sethost(struct sip_msg *msg, str *host) |
| 883 | { |
nothing calls this directly
no test coverage detected