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

Function ref_script_route_by_name_str

route.c:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266struct script_route_ref * ref_script_route_by_name_str(str *name,
267 struct script_route *sr, int size, int type, int in_shm)
268{
269 return __ref_script_route_by_name( name->s, name->len,
270 sr, size, type, in_shm);
271}
272
273
274void unref_script_route(struct script_route_ref *ref)

Callers 8

fix_notification_routeFunction · 0.85
fixup_report_routeFunction · 0.85
fixup_frouteFunction · 0.85
fixup_rrouteFunction · 0.85
fixup_brouteFunction · 0.85
fixup_routeFunction · 0.85
fixup_routeFunction · 0.85
scriptroute_parseFunction · 0.85

Calls 1

Tested by

no test coverage detected