Home
last modified time | relevance | path

Searched refs:switch_url_encode_opt (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_cdr/
H A Dmod_xml_cdr.c291 switch_url_encode_opt(xml_text, xml_text_escaped, need_bytes, SWITCH_TRUE);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_format_cdr/
H A Dmod_format_cdr.c324 switch_url_encode_opt(cdr_text, cdr_text_escaped, need_bytes, SWITCH_TRUE);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_utils.c3437 …return switch_url_encode_opt(url, switch_core_alloc(pool, sizeof(char) * len), len, double_encode); in switch_core_url_encode_opt()
3441 SWITCH_DECLARE(char *) switch_url_encode_opt(const char *url, char *buf, size_t len, switch_bool_t … in switch_url_encode_opt() function
3488 return switch_url_encode_opt(url, buf, len, SWITCH_FALSE); in switch_url_encode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_utils.h1198 SWITCH_DECLARE(char *) switch_url_encode_opt(const char *url, char *buf, size_t len, switch_bool_t …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11105 …public static string switch_url_encode_opt(string url, string buf, uint len, switch_bool_t double_… in switch_url_encode_opt() method in FreeSWITCH.Native.freeswitch
11106 string ret = freeswitchPINVOKE.switch_url_encode_opt(url, buf, len, (int)double_encode); in switch_url_encode_opt()
20457 …public static extern string switch_url_encode_opt(string jarg1, string jarg2, uint jarg3, int jarg… in switch_url_encode_opt() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx21743 result = (char *)switch_url_encode_opt((char const *)arg1,arg2,arg3,arg4); in CSharp_FreeSWITCHfNative_switch_url_encode_opt___()