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

Function w_resetbflag

core_cmds.c:872–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872static int w_resetbflag(struct sip_msg *msg, void *flag, int *branch_idx)
873{
874 return resetbflag(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag);
875}
876
877static int w_isbflagset(struct sip_msg *msg, void *flag, int *branch_idx)
878{

Callers

nothing calls this directly

Calls 1

resetbflagFunction · 0.85

Tested by

no test coverage detected