| 2283 | } |
| 2284 | |
| 2285 | static int pv_get_msg_branch_duri(struct sip_msg *msg, pv_param_t *param, |
| 2286 | pv_value_t *res) |
| 2287 | { |
| 2288 | return pv_get_msg_branch_fields( msg, param, res, BR_DURI_ID); |
| 2289 | } |
| 2290 | |
| 2291 | static int pv_get_msg_branch_q(struct sip_msg *msg, pv_param_t *param, |
| 2292 | pv_value_t *res) |
nothing calls this directly
no test coverage detected