item functions */
| 686 | |
| 687 | /* item functions */ |
| 688 | static int bm_get_time_diff(struct sip_msg *msg, pv_param_t *param, |
| 689 | pv_value_t *res) |
| 690 | { |
| 691 | if(msg==NULL) |
| 692 | return -1; |
| 693 | return pv_get_sintval(msg, param, res, _bm_last_time_diff); |
| 694 | } |
| 695 | |
| 696 | |
| 697 | static inline int fixup_bm_timer(void** param) |
nothing calls this directly
no test coverage detected