Lines Matching refs:private_t

121 	private_t GSMOPEN_INTERFACES[GSMOPEN_MAX_INTERFACES];
123 private_t *gsm_console;
152 static switch_status_t gsmopen_tech_init(private_t *tech_pvt, switch_core_session_t *session);
154 static switch_status_t gsmopen_codec(private_t *tech_pvt, int sample_rate, int codec_ms) in gsmopen_codec()
191 switch_status_t gsmopen_tech_init(private_t *tech_pvt, switch_core_session_t *session) in gsmopen_tech_init()
314 private_t *tech_pvt = NULL; in remove_interface()
411 memset(&globals.GSMOPEN_INTERFACES[interface_id], '\0', sizeof(private_t)); in remove_interface()
429 private_t *tech_pvt = NULL; in channel_on_init()
431 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_init()
453 private_t *tech_pvt = NULL; in channel_on_destroy()
455 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_destroy()
492 private_t *tech_pvt = NULL; in channel_on_hangup()
497 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_hangup()
538 private_t *tech_pvt = NULL; in channel_on_routing()
543 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_routing()
555 private_t *tech_pvt = NULL; in channel_on_execute()
560 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_execute()
571 private_t *tech_pvt = NULL; in channel_kill_channel()
576 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_kill_channel()
604 private_t *tech_pvt = NULL; in channel_on_consume_media()
606 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_consume_media()
616 private_t *tech_pvt = NULL; in channel_on_exchange_media()
617 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_exchange_media()
626 private_t *tech_pvt = NULL; in channel_on_soft_execute()
627 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_on_soft_execute()
636 private_t *tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_send_dtmf()
650 private_t *tech_pvt = NULL; in channel_read_frame()
660 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_read_frame()
801 private_t *tech_pvt = NULL; in channel_write_frame()
808 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_write_frame()
842 private_t *tech_pvt; in channel_answer_channel()
848 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_answer_channel()
876 private_t *tech_pvt; in channel_receive_message()
881 tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_receive_message()
979 private_t *tech_pvt = NULL; in channel_outgoing_channel()
1113 private_t *tech_pvt = NULL; in load_config()
1502 private_t newconf; in load_config()
1752 private_t *tech_pvt = NULL; in chat_send()
1928 private_t *tech_pvt = NULL; in SWITCH_MODULE_SHUTDOWN_FUNCTION()
2020 int dtmf_received(private_t *tech_pvt, char *value) in dtmf_received()
2051 int new_inbound_channel(private_t *tech_pvt) in new_inbound_channel()
2095 int remote_party_is_ringing(private_t *tech_pvt) in remote_party_is_ringing()
2125 int remote_party_is_early_media(private_t *tech_pvt) in remote_party_is_early_media()
2159 int outbound_channel_answered(private_t *tech_pvt) in outbound_channel_answered()
2192 private_t *find_available_gsmopen_interface_rr(private_t *tech_pvt_calling) in find_available_gsmopen_interface_rr()
2194 private_t *tech_pvt = NULL; in find_available_gsmopen_interface_rr()
2358 private_t *tech_pvt = NULL; in SWITCH_STANDARD_API()
2409 private_t *tech_pvt = NULL; in SWITCH_STANDARD_API()
2579 private_t *tech_pvt = NULL; in SWITCH_STANDARD_API()
2643 private_t *tech_pvt = (private_t *) obj; in gsmopen_do_gsmopenapi_thread_func()
2689 private_t *tech_pvt = NULL; in SWITCH_STANDARD_API()
2745 private_t *tech_pvt = NULL; in SWITCH_STANDARD_API()
2813 int dump_event_full(private_t *tech_pvt, int is_alarm, int alarm_code, const char *alarm_message) in dump_event_full()
2915 int dump_event(private_t *tech_pvt) in dump_event()
2920 int alarm_event(private_t *tech_pvt, int alarm_code, const char *alarm_message) in alarm_event()
2925 int sms_incoming(private_t *tech_pvt) in sms_incoming()
2967 int ussd_incoming(private_t *tech_pvt) in ussd_incoming()
3031 void find_ttyusb_devices(private_t *tech_pvt, const char *dirname) in find_ttyusb_devices()