Home
last modified time | relevance | path

Searched refs:switch_version_revision_human (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_version.c52 SWITCH_DECLARE(const char *)switch_version_revision_human(void) {return switch_version_revision_hum… in switch_version_revision_human() function
H A Dswitch.c691 …f(stdout, "FreeSWITCH version: %s (%s)\n", switch_version_full(), switch_version_revision_human()); in main()
H A Dswitch_core.c2512 switch_version_full(), switch_version_revision_human(), in switch_core_init_and_modload()
H A Dswitch_rtp.c877 switch_snprintf(sw, sizeof(sw), "FreeSWITCH (%s)", switch_version_revision_human()); in ice_out()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2834 SWITCH_DECLARE(const char *)switch_version_revision_human(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c667 …on(stream, "FreeSWITCH Version %s (%s)\n", switch_version_full(), switch_version_revision_human()); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10269 public static string switch_version_revision_human() { in switch_version_revision_human() method in FreeSWITCH.Native.freeswitch
10270 string ret = freeswitchPINVOKE.switch_version_revision_human(); in switch_version_revision_human()
19782 public static extern string switch_version_revision_human(); in switch_version_revision_human() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx18709 result = (char *)switch_version_revision_human(); in CSharp_FreeSWITCHfNative_switch_version_revision_human___()