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

Function w_setbflag

core_cmds.c:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867static int w_setbflag(struct sip_msg *msg, void *flag, int *branch_idx)
868{
869 return setbflag(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag);
870}
871
872static int w_resetbflag(struct sip_msg *msg, void *flag, int *branch_idx)
873{

Callers

nothing calls this directly

Calls 1

setbflagFunction · 0.85

Tested by

no test coverage detected