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

Function register_post_raw_processing_cb

script_cb.c:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249int register_post_raw_processing_cb(raw_processing_func f, int type, char freeable)
250{
251 return insert_raw_processing_cb(f, type, post_processing_cb_list, freeable);
252}
253
254
255

Callers 3

mod_initFunction · 0.85
mc_compactFunction · 0.85
mc_compressFunction · 0.85

Calls 1

insert_raw_processing_cbFunction · 0.85

Tested by

no test coverage detected