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

Function pv_get_msg_len

pvar.c:1177–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177static int pv_get_msg_len(struct sip_msg *msg, pv_param_t *param,
1178 pv_value_t *res)
1179{
1180 if(msg==NULL)
1181 return -1;
1182
1183 return pv_get_uintval(msg, param, res, msg->len);
1184}
1185
1186static int pv_get_flags(struct sip_msg *msg, pv_param_t *param,
1187 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_uintvalFunction · 0.85

Tested by

no test coverage detected