MCPcopy 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
829char* 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
835char* parse_multi_to(char* buffer, char *end, struct to_body *to_b)

Callers 15

sca_pack_cb_paramsFunction · 0.85
sca_validate_invite_outFunction · 0.85
sca_set_called_lineFunction · 0.85
restore_uris_replyFunction · 0.85
pack_cb_paramsFunction · 0.85
set_branch_calleeFunction · 0.85
sip_validate_hdrsFunction · 0.85
b2b_tm_cbackFunction · 0.85
ospGetPciUserFunction · 0.85
ospGetPciHostFunction · 0.85
parse_from_and_callidFunction · 0.85
get_appearance_name_addrFunction · 0.85

Calls 1

_parse_toFunction · 0.85

Tested by

no test coverage detected