Home
last modified time | relevance | path

Searched refs:ua_exit_h (Results 1 – 2 of 2) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/include/
H A Dbaresip.h610 typedef void (ua_exit_h)(void *arg); typedef
650 void uag_set_exit_handler(ua_exit_h *exith, void *arg);
/dports/audio/baresip/baresip-0.5.8/src/
H A Dua.c55 ua_exit_h *exith; /**< UA Exit handler */
1475 void uag_set_exit_handler(ua_exit_h *exith, void *arg) in uag_set_exit_handler()