Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h61 #define profile_dup_clean(a,b,p) if (!zstr(a)) { b = switch_var_clean_string(switch_clean_string(sw…
H A Dswitch_utils.h795 static inline char *switch_var_clean_string(char *s) in switch_var_clean_string() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10923 public static string switch_var_clean_string(string s) { in switch_var_clean_string() method in FreeSWITCH.Native.freeswitch
10924 string ret = freeswitchPINVOKE.switch_var_clean_string(s); in switch_var_clean_string()
20349 public static extern string switch_var_clean_string(string jarg1); in switch_var_clean_string() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx21214 result = (char *)switch_var_clean_string(arg1); in CSharp_FreeSWITCHfNative_switch_var_clean_string___()