Home
last modified time | relevance | path

Searched refs:switch_tolower (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_hashtable.h244 while ((c = switch_tolower(*str))) { in switch_hash_default_ci()
H A Dswitch_utils.h112 static inline uint32_t switch_tolower(uint32_t eax) in switch_tolower() function
194 *c = (char) switch_tolower(*c); in switch_tolower_max()
243 *b = (uint32_t) switch_tolower(*b); in switch_tolower_max()
252 *c = (char) switch_tolower(*c); in switch_tolower_max()
872 *p = (char) switch_tolower(*p); in switch_lc_strdup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_sndfile/
H A Dmod_sndfile.c526 *p = (char) switch_tolower(*p); in setup_formats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10619 public static uint switch_tolower(uint eax) { in switch_tolower() method in FreeSWITCH.Native.freeswitch
10620 uint ret = freeswitchPINVOKE.switch_tolower(eax); in switch_tolower()
20148 public static extern uint switch_tolower(uint jarg1); in switch_tolower() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx20234 result = (uint32_t)switch_tolower(arg1); in CSharp_FreeSWITCHfNative_switch_tolower___()