Home
last modified time | relevance | path

Searched refs:console_clean_log (Results 1 – 14 of 14) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/src/org/freeswitch/swig/
H A Dfreeswitch.java48 public static void console_clean_log(String msg) { in console_clean_log() method in freeswitch
49 freeswitchJNI.console_clean_log(msg); in console_clean_log()
H A DfreeswitchJNI.java171 public final static native void console_clean_log(String jarg1); in console_clean_log() method in freeswitchJNI
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmy_swigable_cpp.h187 void console_clean_log(char *msg);
H A Dmod_lua_wrap.cpp8166 console_clean_log(arg1); in _wrap_console_clean_log()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch.py607 def console_clean_log(msg): function
608 return _freeswitch.console_clean_log(msg)
609 console_clean_log = _freeswitch.console_clean_log variable
H A Dmod_python_wrap.cpp9543 console_clean_log(arg1); in _wrap_console_clean_log()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dfreeswitch.pm61 *console_clean_log = *freeswitchc::console_clean_log;
H A Dmod_perl_wrap.cpp8900 console_clean_log(arg1); in XS()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h418 SWITCH_DECLARE(void) console_clean_log(char *msg);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp1434 return console_clean_log(msg); in consoleCleanLog()
1462 SWITCH_DECLARE(void) console_clean_log(char *msg) in console_clean_log() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c320 static void console_clean_log(const char *level_str, const char *msg) in console_clean_log() function
370 console_clean_log(level, body); in parse_log()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dswitch_swig_wrap.cpp3448 console_clean_log(arg1); in Java_org_freeswitch_swig_freeswitchJNI_console_1clean_1log()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14700 public static void console_clean_log(string msg) { in console_clean_log() method in FreeSWITCH.Native.freeswitch
14701 freeswitchPINVOKE.console_clean_log(msg); in console_clean_log()
27699 public static extern void console_clean_log(string jarg1); in console_clean_log() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx52067 console_clean_log(arg1); in CSharp_FreeSWITCHfNative_console_clean_log___()