Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ parse_to
Function
parse_to
parser/parse_to.c:829–832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
827
828
829
char* parse_to(char* buffer, char *end, struct to_body *to_b)
830
{
831
return _parse_to( buffer, end, to_b, 0/*multi*/);
832
}
833
834
835
char* parse_multi_to(char* buffer, char *end, struct to_body *to_b)
Callers
15
sca_pack_cb_params
Function · 0.85
sca_validate_invite_out
Function · 0.85
sca_set_called_line
Function · 0.85
restore_uris_reply
Function · 0.85
pack_cb_params
Function · 0.85
set_branch_callee
Function · 0.85
sip_validate_hdrs
Function · 0.85
b2b_tm_cback
Function · 0.85
ospGetPciUser
Function · 0.85
ospGetPciHost
Function · 0.85
parse_from_and_callid
Function · 0.85
get_appearance_name_addr
Function · 0.85
Calls
1
_parse_to
Function · 0.85
Tested by
no test coverage detected