Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_directory.c71 SWITCH_DECLARE(switch_status_t) switch_core_directory_next_pair(switch_directory_handle_t *dh, char… in switch_core_directory_next_pair() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_directory/
H A Dmod_dialplan_directory.c121 while (switch_core_directory_next_pair(&dh, &var, &val) == SWITCH_STATUS_SUCCESS) { in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2265 SWITCH_DECLARE(switch_status_t) switch_core_directory_next_pair(switch_directory_handle_t *dh, char…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9489 …public static switch_status_t switch_core_directory_next_pair(switch_directory_handle dh, ref stri… in switch_core_directory_next_pair() method in FreeSWITCH.Native.freeswitch
9490 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_directory_next_pair(switch_di… in switch_core_directory_next_pair()
19176 …public static extern int switch_core_directory_next_pair(global::System.Runtime.InteropServices.Ha… in switch_core_directory_next_pair() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16231 result = (switch_status_t)switch_core_directory_next_pair(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_core_directory_next_pair___()