Home
last modified time | relevance | path

Searched refs:switch_core_sps_peak (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2696 SWITCH_DECLARE(int32_t) switch_core_sps_peak(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c2623 SWITCH_DECLARE(int32_t) switch_core_sps_peak(void) in switch_core_sps_peak() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9980 public static int switch_core_sps_peak() { in switch_core_sps_peak() method in FreeSWITCH.Native.freeswitch
9981 int ret = freeswitchPINVOKE.switch_core_sps_peak(); in switch_core_sps_peak()
19599 public static extern int switch_core_sps_peak(); in switch_core_sps_peak() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx17942 result = (int32_t)switch_core_sps_peak(); in CSharp_FreeSWITCHfNative_switch_core_sps_peak___()