Lines Matching defs:nh

218   nua_handle_t *nh, *nh_next;  in nua_destroy()  local
331 nua_handle_t *nh = NULL; in nua_handle() local
363 void nua_handle_bind(nua_handle_t *nh, nua_hmagic_t *hmagic) in nua_handle_bind()
386 nua_hmagic_t *nua_handle_magic(nua_handle_t *nh) in nua_handle_magic()
415 int nua_handle_has_invite(nua_handle_t const *nh) in nua_handle_has_invite()
437 int nua_handle_has_events(nua_handle_t const *nh) in nua_handle_has_events()
465 int nua_handle_has_registrations(nua_handle_t const *nh) in nua_handle_has_registrations()
484 int nua_handle_has_subscribe(nua_handle_t const *nh) in nua_handle_has_subscribe()
502 int nua_handle_has_register(nua_handle_t const *nh) in nua_handle_has_register()
520 int nua_handle_has_active_call(nua_handle_t const *nh) in nua_handle_has_active_call()
545 int nua_handle_has_call_on_hold(nua_handle_t const *nh) in nua_handle_has_call_on_hold()
566 sip_to_t const *nua_handle_remote(nua_handle_t const *nh) in nua_handle_remote()
587 sip_to_t const *nua_handle_local(nua_handle_t const *nh) in nua_handle_local()
618 #define NUA_SIGNAL(nh, event, tag, value) \ argument
631 void nua_set_hparams(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_set_hparams()
637 void nua_get_hparams(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_get_hparams()
643 void nua_register(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_register()
648 void nua_unregister(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unregister()
654 void nua_invite(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_invite()
660 void nua_ack(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_ack()
666 void nua_bye(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_bye()
672 void nua_cancel(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_cancel()
678 void nua_options(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_options()
684 void nua_message(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_message()
690 void nua_method(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_method()
719 void nua_chat(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_chat()
725 void nua_subscribe(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_subscribe()
731 void nua_unsubscribe(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unsubscribe()
737 void nua_notify(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_notify()
768 void nua_notifier(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_notifier()
795 void nua_terminate(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_terminate()
801 void nua_refer(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_refer()
807 void nua_publish(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_publish()
813 void nua_unpublish(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unpublish()
819 void nua_info(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_info()
825 void nua_prack(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_prack()
831 void nua_update(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_update()
855 void nua_authenticate(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_authenticate()
884 void nua_authorize(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_authorize()
890 void nua_redirect(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_redirect()
897 void nua_respond(nua_handle_t *nh, in nua_respond()
942 void nua_handle_destroy(nua_handle_t *nh) in nua_handle_destroy()
956 nua_handle_t *nh; member
993 sip_replaces_t *nua_handle_make_replaces(nua_handle_t *nh, in nua_handle_make_replaces()
1123 const nta_leg_t *nua_get_dialog_state_leg(nua_handle_t *nh) in nua_get_dialog_state_leg()
1132 su_home_t *nua_handle_get_home(nua_handle_t *nh) in nua_handle_get_home()
1159 void nua_handle_set_has_invite(nua_handle_t *nh, unsigned val) in nua_handle_set_has_invite()
1166 unsigned nua_handle_is_destroyed(nua_handle_t *nh) in nua_handle_is_destroyed()
1172 void nua_handle_dialog_usage_set_refresh_range(nua_handle_t *nh, in nua_handle_dialog_usage_set_refresh_range()
1185 void nua_handle_unref_user(nua_handle_t *nh) in nua_handle_unref_user()