| 2295 | } |
| 2296 | |
| 2297 | static int pv_get_msg_branch_path(struct sip_msg *msg, pv_param_t *param, |
| 2298 | pv_value_t *res) |
| 2299 | { |
| 2300 | return pv_get_msg_branch_fields( msg, param, res, BR_PATH_ID); |
| 2301 | } |
| 2302 | |
| 2303 | static int pv_get_msg_branch_flags(struct sip_msg *msg, pv_param_t *param, |
| 2304 | pv_value_t *res) |
nothing calls this directly
no test coverage detected