Home
last modified time | relevance | path

Searched refs:pjsip_endpt_atexit (Results 1 – 5 of 5) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsip/
H A Dsip_endpoint.h674 PJ_DECL(pj_status_t) pjsip_endpt_atexit(pjsip_endpoint *endpt,
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip-ua/
H A Dsip_replaces.c196 if (pjsip_endpt_atexit(endpt, &pjsip_replaces_deinit_module) != PJ_SUCCESS) in pjsip_replaces_init_module()
H A Dsip_timer.c588 if (pjsip_endpt_atexit(endpt, &pjsip_timer_deinit_module) != PJ_SUCCESS) { in pjsip_timer_init_module()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_endpoint.c1349 PJ_DEF(pj_status_t) pjsip_endpt_atexit( pjsip_endpoint *endpt, in pjsip_endpt_atexit() function
H A Dsip_transaction.c779 status = pjsip_endpt_atexit(mod_tsx_layer.endpt, &tsx_layer_destroy); in mod_tsx_layer_unload()