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

Function alloc_module_dep

sr_module_deps.c:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45module_dependency_t *alloc_module_dep(enum module_type mod_type, char *mod_name,
46 unsigned int dep_type)
47{
48 return _alloc_module_dep(mod_type, mod_name, dep_type, MOD_TYPE_NULL);
49}
50
51
52module_dependency_t *_alloc_module_dep(enum module_type mod_type, char *mod_name,

Callers 15

get_deps_sqldb_urlFunction · 0.85
get_deps_cachedb_urlFunction · 0.85
get_deps_dialog_supportFunction · 0.85
get_deps_restore_modeFunction · 0.85
get_deps_use_tlsFunction · 0.85
get_deps_fetch_fs_loadFunction · 0.85
get_deps_fetch_fs_loadFunction · 0.85
get_deps_dialogFunction · 0.85
get_deps_relay_uriFunction · 0.85

Calls 1

_alloc_module_depFunction · 0.85

Tested by

no test coverage detected