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

Function flag_fixup

modules/tm/tm.c:618–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616};
617
618static int flag_fixup(void** param)
619{
620 if (fixup_named_flags(param, t_relay_flag_names, NULL, NULL) < 0)
621 return -1;
622
623 *param = (void*)((unsigned long)((unsigned int)(unsigned long)*param)<<1);
624 return 0;
625}
626
627
628static int fixup_phostport2proxy(void** param)

Callers

nothing calls this directly

Calls 1

fixup_named_flagsFunction · 0.85

Tested by

no test coverage detected