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

Function parse_rr_body

parser/parse_rr.c:147–150  ·  view source on GitHub ↗

* Wrapper to do_parse_rr_body() for external calls */

Source from the content-addressed store, hash-verified

145 * Wrapper to do_parse_rr_body() for external calls
146 */
147int parse_rr_body(char *buf, int len, rr_t **head)
148{
149 return do_parse_rr_body(buf, len, head);
150}
151
152/*
153 * Parse Route and Record-Route header fields

Callers 15

pua_build_dlg_tFunction · 0.85
rls_notify_dlgFunction · 0.85
build_dlg_tFunction · 0.85
mi_print_shtable_recordFunction · 0.85
topo_no_dlg_seq_handlingFunction · 0.85
b2b_client_build_dlgFunction · 0.85
b2b_server_build_dlgFunction · 0.85
ospCreateDialogFunction · 0.85
build_dlg_tFunction · 0.85
build_dialog_infoFunction · 0.85
build_prack_dialog_infoFunction · 0.85
fix_route_dialogFunction · 0.85

Calls 1

do_parse_rr_bodyFunction · 0.85

Tested by

no test coverage detected