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

Function w_next_branches

core_cmds.c:1214–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214static int w_next_branches(struct sip_msg *msg)
1215{
1216 int ret;
1217
1218 if ((ret = next_branches(msg)) < 0)
1219 LM_DBG("no more branches\n");
1220
1221 return ret;
1222}
1223
1224static int w_use_blacklist(struct sip_msg *msg, struct bl_head *list)
1225{

Callers

nothing calls this directly

Calls 1

next_branchesFunction · 0.85

Tested by

no test coverage detected