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

Function fixup_blacklist

core_cmds.c:598–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598static int fixup_blacklist(void** param)
599{
600 str *s = (str*)*param;
601
602 if (!str_strcasecmp(s, _str("all"))) {
603 *param = NULL;
604 return 0;
605 } else {
606 return fixup_blacklist_name(param);
607 }
608}
609
610static int fixup_blacklist_free(void** param)
611{

Callers

nothing calls this directly

Calls 3

str_strcasecmpFunction · 0.85
_strClass · 0.85
fixup_blacklist_nameFunction · 0.85

Tested by

no test coverage detected