Home
last modified time | relevance | path

Searched refs:SWITCH_BLANK_STRING (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_caller.h60 …rofile_dup(a,b,p) if (!zstr(a)) { b = switch_core_strdup(p, a); } else { b = SWITCH_BLANK_STRING; }
61 …var_clean_string(switch_clean_string(switch_core_strdup(p, a)));} else { b = SWITCH_BLANK_STRING; }
H A Dswitch_types.h48 #define SWITCH_BLANK_STRING "" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_caller.c95 profile->uuid = SWITCH_BLANK_STRING; in switch_caller_profile_new()
96 profile->chan_name = SWITCH_BLANK_STRING; in switch_caller_profile_new()
97 profile->callee_id_name = SWITCH_BLANK_STRING; in switch_caller_profile_new()
98 profile->callee_id_number = SWITCH_BLANK_STRING; in switch_caller_profile_new()
H A Dswitch_core_memory.c153 return SWITCH_BLANK_STRING; in switch_core_perform_permanent_strdup()
246 return SWITCH_BLANK_STRING; in switch_core_perform_session_strdup()
290 return SWITCH_BLANK_STRING; in switch_core_perform_strndup()
H A Dswitch_utils.c1436 return switch_core_strdup(pool, SWITCH_BLANK_STRING); in switch_pool_strip_whitespace()
1444 return switch_core_strdup(pool, SWITCH_BLANK_STRING); in switch_pool_strip_whitespace()
1468 return strdup(SWITCH_BLANK_STRING); in switch_strip_whitespace()
1476 return strdup(SWITCH_BLANK_STRING); in switch_strip_whitespace()
1500 return dup ? strdup(SWITCH_BLANK_STRING) : sp; in switch_strip_spaces()
H A Dswitch_ivr_originate.c181 char buf[10] = SWITCH_BLANK_STRING; in collect_thread_run()
2870 new_profile->uuid = SWITCH_BLANK_STRING; in switch_ivr_originate()
2871 new_profile->chan_name = SWITCH_BLANK_STRING; in switch_ivr_originate()
2890 new_profile->uuid = SWITCH_BLANK_STRING; in switch_ivr_originate()
2891 new_profile->chan_name = SWITCH_BLANK_STRING; in switch_ivr_originate()
H A Dswitch_apr.c912 return SWITCH_BLANK_STRING; in switch_get_addr()
H A Dswitch_channel.c1152 v = SWITCH_BLANK_STRING; in switch_channel_set_profile_var()
3181 channel->caller_profile->callee_id_name = SWITCH_BLANK_STRING; in switch_channel_flip_cid()
3193 channel->caller_profile->callee_id_number = SWITCH_BLANK_STRING; in switch_channel_flip_cid()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c99 caller_profile->rdnis = SWITCH_BLANK_STRING; in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14729 public static readonly string SWITCH_BLANK_STRING = freeswitchPINVOKE.SWITCH_BLANK_STRING_get(); field in FreeSWITCH.Native.freeswitch