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

Function mi_http_destroy_async_lock

modules/mi_html/http_fnc.c:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304
305void mi_http_destroy_async_lock(void)
306{
307 if (mi_http_lock) {
308 lock_destroy(mi_http_lock);
309 lock_dealloc(mi_http_lock);
310 }
311}
312
313
314int mi_http_parse_url(const char* url, int* mod, int* cmd)

Callers 1

destroyFunction · 0.85

Calls 1

lock_destroyFunction · 0.85

Tested by

no test coverage detected