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

Function pv_set_branch_fields

pvar.c:3723–3730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3721}
3722
3723static int pv_set_branch_fields(struct sip_msg* msg, pv_param_t *param,
3724 int op, pv_value_t *val)
3725{
3726 /* named branch fields,
3727 * so the type is in the name, no RURI branch support*/
3728 return _int_pv_set_branch_fields( msg, param, op, val,
3729 param->pvn.u.isname.name.n, 0);
3730}
3731
3732static int pv_set_msg_branch_uri(struct sip_msg* msg, pv_param_t *param,
3733 int op, pv_value_t *val)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected