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

Function fixup_format_string

core_cmds.c:699–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699static int fixup_format_string(void** param)
700{
701 str *s = (str*)*param;
702
703 if (pv_parse_format(s, (pv_elem_t**)param) < 0) {
704 LM_ERR("Failed to parse format string\n");
705 return E_CFG;
706 }
707
708 return 0;
709}
710
711static int fixup_nt_string(void** param)
712{

Callers

nothing calls this directly

Calls 1

pv_parse_formatFunction · 0.85

Tested by

no test coverage detected