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

Function w_serialize_branches

core_cmds.c:1202–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200}
1201
1202static int w_serialize_branches(struct sip_msg *msg, int *clear_prev,
1203 int *keep_ord)
1204{
1205 if (serialize_branches(msg,*clear_prev,
1206 keep_ord ? *keep_ord : 0)!=0) {
1207 LM_ERR("serialize_branches failed\n");
1208 return E_UNSPEC;
1209 }
1210
1211 return 1;
1212}
1213
1214static int w_next_branches(struct sip_msg *msg)
1215{

Callers

nothing calls this directly

Calls 1

serialize_branchesFunction · 0.85

Tested by

no test coverage detected