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

Function ref_script_route_by_name

route.c:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257
258struct script_route_ref * ref_script_route_by_name(char *name,
259 struct script_route *sr, int size, int type, int in_shm)
260{
261 return __ref_script_route_by_name( name, strlen(name),
262 sr, size, type, in_shm);
263}
264
265
266struct script_route_ref * ref_script_route_by_name_str(str *name,

Callers 15

mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
parse_hep_routeFunction · 0.85
pike_initFunction · 0.85
mod_initFunction · 0.85
cpl_initFunction · 0.85

Calls 1

Tested by

no test coverage detected