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

Function destroy

modules/rls/rls.c:553–565  ·  view source on GitHub ↗

* destroy function */

Source from the content-addressed store, hash-verified

551 * destroy function
552 */
553void destroy(void)
554{
555 LM_DBG("start\n");
556
557 if(rls_table)
558 {
559 if(rls_dbf.init && child_init(process_no)==0)
560 rlsubs_table_update(0, 0);
561 pres_destroy_shtable(rls_table, hash_size);
562 }
563 if(rls_db && rls_dbf.close)
564 rls_dbf.close(rls_db);
565}
566
567int handle_expired_record(subs_t* s)
568{

Callers

nothing calls this directly

Calls 2

rlsubs_table_updateFunction · 0.85
child_initFunction · 0.70

Tested by

no test coverage detected