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

Function pv_set_msg_branch_flags

pvar.c:3756–3760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3754}
3755
3756static int pv_set_msg_branch_flags(struct sip_msg* msg, pv_param_t *param,
3757 int op, pv_value_t *val)
3758{
3759 return _int_pv_set_branch_fields( msg, param, op, val, BR_FLAGS_ID, 1);
3760}
3761
3762static int pv_set_msg_branch_sock(struct sip_msg* msg, pv_param_t *param,
3763 int op, pv_value_t *val)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected