| 3736 | } |
| 3737 | |
| 3738 | static int pv_set_msg_branch_duri(struct sip_msg* msg, pv_param_t *param, |
| 3739 | int op, pv_value_t *val) |
| 3740 | { |
| 3741 | return _int_pv_set_branch_fields( msg, param, op, val, BR_DURI_ID, 1); |
| 3742 | } |
| 3743 | |
| 3744 | static int pv_set_msg_branch_q(struct sip_msg* msg, pv_param_t *param, |
| 3745 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected