Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ parse_multi_to
Function
parse_multi_to
parser/parse_to.c:835–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
834
835
char* parse_multi_to(char* buffer, char *end, struct to_body *to_b)
836
{
837
return _parse_to( buffer, end, to_b, 1/*multi*/);
838
}
839
840
841
/**
Callers
5
tr_eval_nameaddr
Function · 0.85
sip_validate_hdrs
Function · 0.85
parse_diversion_header
Function · 0.85
parse_ppi_header
Function · 0.85
parse_pai_header
Function · 0.85
Calls
1
_parse_to
Function · 0.85
Tested by
no test coverage detected