Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_config.c71 while (switch_config_next_pair(cfg, &var, &val)) { in switch_config_open_file()
101 SWITCH_DECLARE(int) switch_config_next_pair(switch_config_t *cfg, char **var, char **val) in switch_config_next_pair() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_config.h105 SWITCH_DECLARE(int) switch_config_next_pair(switch_config_t *cfg, char **var, char **val);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_asterisk/
H A Dmod_dialplan_asterisk.c157 while (switch_config_next_pair(&cfg, &var, &val)) { in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14656 public static int switch_config_next_pair(switch_config cfg, ref string var, ref string val) { in switch_config_next_pair() method in FreeSWITCH.Native.freeswitch
14657 … int ret = freeswitchPINVOKE.switch_config_next_pair(switch_config.getCPtr(cfg), ref var, ref val); in switch_config_next_pair()
27240 …public static extern int switch_config_next_pair(global::System.Runtime.InteropServices.HandleRef … in switch_config_next_pair() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx50053 result = (int)switch_config_next_pair(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_config_next_pair___()