Home
last modified time | relevance | path

Searched refs:expanded_vname (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_utils.c342 char *expanded_vname = NULL; in kz_event_expand_headers_check() local
346 …if ((expanded_vname = kz_event_expand_headers_check(event, (char *) vname, var_list, api_list, rec… in kz_event_expand_headers_check()
347 expanded_vname = NULL; in kz_event_expand_headers_check()
349 vname = expanded_vname; in kz_event_expand_headers_check()
372 switch_safe_free(expanded_vname); in kz_event_expand_headers_check()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c2465 char *expanded_vname = NULL; in switch_event_expand_headers_check() local
2469 …if ((expanded_vname = switch_event_expand_headers_check(event, (char *) vname, var_list, api_list,… in switch_event_expand_headers_check()
2470 expanded_vname = NULL; in switch_event_expand_headers_check()
2472 vname = expanded_vname; in switch_event_expand_headers_check()
2494 switch_safe_free(expanded_vname); in switch_event_expand_headers_check()
H A Dswitch_channel.c4161 char *expanded_vname = NULL; in switch_channel_expand_variables_check() local
4163 …if ((expanded_vname = switch_channel_expand_variables_check(channel, (char *) vname, var_list, api… in switch_channel_expand_variables_check()
4164 expanded_vname = NULL; in switch_channel_expand_variables_check()
4166 vname = expanded_vname; in switch_channel_expand_variables_check()
4188 switch_safe_free(expanded_vname); in switch_channel_expand_variables_check()