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

Function destroy_script_cb

script_cb.c:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152void destroy_script_cb(void)
153{
154 destroy_cb_list( &pre_req_cb );
155 destroy_cb_list( &post_req_cb );
156 destroy_cb_list( &pre_rpl_cb );
157 destroy_cb_list( &post_req_cb );
158 destroy_cb_list( &parse_err_cb );
159}
160
161
162static inline int exec_pre_cb( struct sip_msg *msg, struct script_cb *cb)

Callers 1

cleanupFunction · 0.85

Calls 1

destroy_cb_listFunction · 0.85

Tested by

no test coverage detected