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

Function register_pre_raw_processing_cb

script_cb.c:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int register_pre_raw_processing_cb(raw_processing_func f, int type, char freeable)
245{
246 return insert_raw_processing_cb(f, type, pre_processing_cb_list, freeable);
247}
248
249int register_post_raw_processing_cb(raw_processing_func f, int type, char freeable)
250{

Callers 1

mod_initFunction · 0.85

Calls 1

insert_raw_processing_cbFunction · 0.85

Tested by

no test coverage detected