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

Function fixup_bflag

core_cmds.c:468–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static int fixup_bflag(void** param)
469{
470 if ((*param = (void*)(long)fixup_flag(FLAG_TYPE_BRANCH, (str*)*param)) ==
471 (void*)(long)NAMED_FLAG_ERROR) {
472 LM_ERR("Fixup flag failed!\n");
473 return E_CFG;
474 }
475
476 return 0;
477}
478
479static int fixup_qvalue(void** param)
480{

Callers

nothing calls this directly

Calls 1

fixup_flagFunction · 0.85

Tested by

no test coverage detected