MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / pv_get_start_times

Function pv_get_start_times

pvar.c:489–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489static 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
498static int pv_parse_time_name(pv_spec_p sp, const str *in)
499{

Callers

nothing calls this directly

Calls 1

pv_get_uintvalFunction · 0.85

Tested by

no test coverage detected