| 487 | } |
| 488 | |
| 489 | static int pv_get_start_times(struct sip_msg *msg, pv_param_t *param, |
| 490 | pv_value_t *res) |
| 491 | { |
| 492 | if(msg==NULL) |
| 493 | return -1; |
| 494 | |
| 495 | return pv_get_uintval(msg, param, res, (unsigned int)startup_time); |
| 496 | } |
| 497 | |
| 498 | static int pv_parse_time_name(pv_spec_p sp, const str *in) |
| 499 | { |
nothing calls this directly
no test coverage detected