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

Function load_rr_api

modules/rr/api.h:80–92  ·  view source on GitHub ↗

! \brief * function to be called directly from other modules * to load the RR API */

Source from the content-addressed store, hash-verified

78 * to load the RR API
79 */
80inline static int load_rr_api( struct rr_binds *rrb )
81{
82 load_rr_f load_rr_v;
83
84 /* import the RR auto-loading function */
85 if ( !(load_rr_v=(load_rr_f)find_export("load_rr", 0)))
86 return -1;
87
88 /* let the auto-loading function load all RR stuff */
89 load_rr_v( rrb );
90
91 return 0;
92}
93
94
95#endif

Callers 7

mod_initFunction · 0.85
ospInitModFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85
mod_initFunction · 0.85

Calls 1

find_exportFunction · 0.85

Tested by

no test coverage detected