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

Function init_dset

dset.c:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133int init_dset(void)
134{
135 dset_ctx_idx = context_register_ptr(CONTEXT_GLOBAL, dset_destroy);
136 if (dset_ctx_idx < 0)
137 return -1;
138
139 return 0;
140}
141
142
143/*! \brief Disable/Enables parallel branch usage (read and write)

Callers 1

opensips_fuzz_initFunction · 0.85

Calls 1

context_register_ptrFunction · 0.85

Tested by

no test coverage detected