Lines Matching defs:nh

308   nua_handle_t *nh = NULL;  in nua_handle()  local
340 void nua_handle_bind(nua_handle_t *nh, nua_hmagic_t *hmagic) in nua_handle_bind()
363 nua_hmagic_t *nua_handle_magic(nua_handle_t *nh) in nua_handle_magic()
392 int nua_handle_has_invite(nua_handle_t const *nh) in nua_handle_has_invite()
414 int nua_handle_has_events(nua_handle_t const *nh) in nua_handle_has_events()
442 int nua_handle_has_registrations(nua_handle_t const *nh) in nua_handle_has_registrations()
461 int nua_handle_has_subscribe(nua_handle_t const *nh) in nua_handle_has_subscribe()
479 int nua_handle_has_register(nua_handle_t const *nh) in nua_handle_has_register()
497 int nua_handle_has_active_call(nua_handle_t const *nh) in nua_handle_has_active_call()
522 int nua_handle_has_call_on_hold(nua_handle_t const *nh) in nua_handle_has_call_on_hold()
543 sip_to_t const *nua_handle_remote(nua_handle_t const *nh) in nua_handle_remote()
564 sip_to_t const *nua_handle_local(nua_handle_t const *nh) in nua_handle_local()
595 #define NUA_SIGNAL(nh, event, tag, value) \ argument
608 void nua_set_hparams(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_set_hparams()
614 void nua_get_hparams(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_get_hparams()
620 void nua_register(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_register()
625 void nua_unregister(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unregister()
631 void nua_invite(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_invite()
637 void nua_ack(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_ack()
643 void nua_bye(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_bye()
649 void nua_cancel(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_cancel()
655 void nua_options(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_options()
661 void nua_message(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_message()
667 void nua_method(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_method()
696 void nua_chat(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_chat()
702 void nua_subscribe(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_subscribe()
708 void nua_unsubscribe(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unsubscribe()
714 void nua_notify(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_notify()
745 void nua_notifier(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_notifier()
772 void nua_terminate(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_terminate()
778 void nua_refer(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_refer()
784 void nua_publish(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_publish()
790 void nua_unpublish(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_unpublish()
796 void nua_info(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_info()
802 void nua_prack(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_prack()
808 void nua_update(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_update()
832 void nua_authenticate(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_authenticate()
861 void nua_authorize(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_authorize()
867 void nua_redirect(nua_handle_t *nh, tag_type_t tag, tag_value_t value, ...) in nua_redirect()
874 void nua_respond(nua_handle_t *nh, in nua_respond()
919 void nua_handle_destroy(nua_handle_t *nh) in nua_handle_destroy()
933 nua_handle_t *nh; member
970 sip_replaces_t *nua_handle_make_replaces(nua_handle_t *nh, in nua_handle_make_replaces()
1049 nua_handle_t *nh = a.retval; in nua_handle_by_replaces() local
1084 nua_handle_t *nh = a.retval; in nua_handle_by_call_id() local