Home
last modified time | relevance | path

Searched refs:private_t (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dgsmopen.h519 typedef struct private_object private_t; typedef
522 int gsmopen_audio_read(private_t * tech_pvt);
523 int gsmopen_audio_init(private_t * tech_pvt);
552 private_t *find_available_gsmopen_interface_rr(private_t * tech_pvt_calling);
620 int gsmopen_answer(private_t * tech_pvt);
625 int gsmopen_hangup(private_t * tech_pvt);
631 int alsa_init(private_t * tech_pvt);
632 int alsa_shutdown(private_t * tech_pvt);
642 int sms_incoming(private_t * tech_pvt);
643 int gsmopen_ring(private_t * tech_pvt);
[all …]
H A Dmod_gsmopen.c178 private_t *gsm_console;
457 private_t *tech_pvt = NULL; in remove_interface()
579 private_t *tech_pvt = NULL; in channel_on_init()
600 private_t *tech_pvt = NULL; in channel_on_destroy()
791 private_t *tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_send_dtmf()
1062 private_t *tech_pvt; in channel_answer_channel()
1109 private_t *tech_pvt; in channel_receive_message()
1747 private_t newconf; in load_config()
2468 private_t *find_available_gsmopen_interface_rr(private_t * tech_pvt_calling) in find_available_gsmopen_interface_rr()
2933 private_t *giovatech;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dgsmopen.h481 typedef struct private_object private_t; typedef
484 int gsmopen_audio_read(private_t *tech_pvt);
485 int gsmopen_audio_init(private_t *tech_pvt);
513 private_t *find_available_gsmopen_interface_rr(private_t *tech_pvt_calling);
555 int gsmopen_answer(private_t *tech_pvt);
560 int gsmopen_hangup(private_t *tech_pvt);
567 int sms_incoming(private_t *tech_pvt);
568 int gsmopen_ring(private_t *tech_pvt);
573 int dump_event(private_t *tech_pvt);
578 int serial_audio_init(private_t *tech_pvt);
[all …]
H A Dmod_gsmopen.cpp123 private_t *gsm_console;
314 private_t *tech_pvt = NULL; in remove_interface()
429 private_t *tech_pvt = NULL; in channel_on_init()
453 private_t *tech_pvt = NULL; in channel_on_destroy()
492 private_t *tech_pvt = NULL; in channel_on_hangup()
636 private_t *tech_pvt = (private_t *) switch_core_session_get_private(session); in channel_send_dtmf()
842 private_t *tech_pvt; in channel_answer_channel()
876 private_t *tech_pvt; in channel_receive_message()
1502 private_t newconf; in load_config()
2192 private_t *find_available_gsmopen_interface_rr(private_t *tech_pvt_calling) in find_available_gsmopen_interface_rr()
[all …]
H A DFREEBSD_patch.diff16 @@ -2356,7 +2356,7 @@ int ucs2_to_utf8(private_t *tech_pvt, char *ucs2_in, char *utf8_out, size_t o…
25 @@ -2376,9 +2376,10 @@ int ucs2_to_utf8(private_t *tech_pvt, char *ucs2_in, char *utf8_out, size_t …
38 @@ -2417,12 +2418,12 @@ int utf8_to_iso_8859_1(private_t *tech_pvt, char *utf8_in, size_t inbytesle…
54 @@ -2467,7 +2468,7 @@ int iso_8859_1_to_utf8(private_t *tech_pvt, char *iso_8859_1_in, char *utf8_o…
63 @@ -2477,9 +2478,9 @@ int iso_8859_1_to_utf8(private_t *tech_pvt, char *iso_8859_1_in, char *utf8_o…
75 @@ -2514,7 +2515,7 @@ int utf8_to_ucs2(private_t *tech_pvt, char *utf8_in, size_t inbytesleft, char…
84 @@ -2523,9 +2524,9 @@ int utf8_to_ucs2(private_t *tech_pvt, char *utf8_in, size_t inbytesleft, char…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dskypopen.h357 typedef struct private_object private_t; typedef
360 int skypopen_audio_read(private_t *tech_pvt);
361 int skypopen_audio_init(private_t *tech_pvt);
363 int skypopen_signaling_read(private_t *tech_pvt);
377 int start_audio_threads(private_t *tech_pvt);
378 int new_inbound_channel(private_t *tech_pvt);
391 private_t *find_available_skypopen_interface_rr(private_t *tech_pvt_calling);
392 int remote_party_is_ringing(private_t *tech_pvt);
394 int skypopen_answer(private_t *tech_pvt);
395 int skypopen_transfer(private_t *tech_pvt);
[all …]
H A Dmod_skypopen.c160 private_t *sk_console;
319 private_t *tech_pvt = NULL; in remove_interface()
446 private_t *tech_pvt = NULL; in channel_on_init()
468 private_t *tech_pvt = NULL; in channel_on_destroy()
1060 private_t *tech_pvt; in channel_answer_channel()
1102 private_t *tech_pvt; in channel_receive_message()
1676 private_t newconf; in load_config()
2481 private_t *find_available_skypopen_interface_rr(private_t *tech_pvt_calling) in find_available_skypopen_interface_rr()
2713 private_t *giovatech; in skypopen_partner_handle_ring()
2807 private_t *giovatech; in skypopen_answer()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_unicall/
H A Dmod_unicall.c118 } private_t; typedef
372 private_t *tech_pvt; in on_requestmoreinfo()
385 private_t *tech_pvt; in on_accepted()
398 private_t *tech_pvt; in on_callinfo()
411 private_t *tech_pvt; in on_facility()
424 private_t *tech_pvt; in on_dialednumber()
437 private_t *tech_pvt; in on_dialing()
450 private_t *tech_pvt; in on_sendmoreinfo()
463 private_t *tech_pvt; in on_proceeding()
498 private_t *tech_pvt; in on_alerting()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_reference/
H A Dmod_reference.c135 private_t *tech_pvt = NULL; in channel_on_init()
154 private_t *tech_pvt = NULL; in channel_on_routing()
171 private_t *tech_pvt = NULL; in channel_on_execute()
188 private_t *tech_pvt = NULL; in channel_on_destroy()
212 private_t *tech_pvt = NULL; in channel_on_hangup()
239 private_t *tech_pvt = NULL; in channel_kill_channel()
287 private_t *tech_pvt = NULL; in channel_read_frame()
345 private_t *tech_pvt = NULL; in channel_write_frame()
370 private_t *tech_pvt; in channel_answer_channel()
387 private_t *tech_pvt; in channel_receive_message()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/old-stuff/asterisk/
H A Dskypiax.h303 typedef struct skypiax_pvt private_t; typedef
331 int win32_Initialize_CreateWindowClass(private_t * tech_pvt);
333 int win32_Initialize_CreateMainWindow(private_t * tech_pvt);
334 void win32_DeInitialize_DestroyMainWindow(private_t * tech_pvt);
399 int dtmf_received(private_t * tech_pvt, char *value);
400 int start_audio_threads(private_t * tech_pvt);
401 int new_inbound_channel(private_t * tech_pvt);
402 int outbound_channel_answered(private_t * tech_pvt);
415 private_t *find_available_skypiax_interface(void);
416 int remote_party_is_ringing(private_t * tech_pvt);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_alsa/
H A Dmod_alsa.c124 private_t *call_list;
174 private_t *tech_pvt = NULL; in channel_on_init()
307 private_t *tech_pvt = NULL; in channel_on_routing()
362 private_t *tp; in add_pvt()
685 private_t *tech_pvt; in channel_answer_channel()
700 private_t *tech_pvt; in channel_receive_message()
760 private_t *tech_pvt; in channel_outgoing_channel()
1250 private_t *tech_pvt; in hangup_call()
1275 private_t *tp; in answer_call()
1387 private_t *tp; in list_calls()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_modem.c425 private_t *tech_pvt = NULL;
497 private_t *tech_pvt = NULL;
511 private_t *tech_pvt = NULL;
527 private_t *tech_pvt = NULL;
550 private_t *tech_pvt = NULL;
567 private_t *tech_pvt = NULL;
599 private_t *tech_pvt = NULL;
614 private_t *tech_pvt = (private_t *) switch_core_session_get_private(session);
634 private_t *tech_pvt = NULL;
725 private_t *tech_pvt;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9015 type :: private_t type
20 type(private_t), pointer :: public_comp_with_private_type

12