Home
last modified time | relevance | path

Searched refs:switch_core_memory_pool_set_data (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_rtp.c71 switch_core_memory_pool_set_data(pool, "__session", session); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_memory.c316 SWITCH_DECLARE(void) switch_core_memory_pool_set_data(switch_memory_pool_t *pool, const char *key, … in switch_core_memory_pool_set_data() function
H A Dswitch_apr.c692 switch_core_memory_pool_set_data(cont, "_in_thread", TT_KEY); in switch_thread_create()
H A Dswitch_core_session.c2380 switch_core_memory_pool_set_data(session->pool, "__session", session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h650 SWITCH_DECLARE(void) switch_core_memory_pool_set_data(switch_memory_pool_t *pool, const char *key, …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8331 …public static void switch_core_memory_pool_set_data(SWIGTYPE_p_apr_pool_t pool, string key, SWIGTY… in switch_core_memory_pool_set_data() method in FreeSWITCH.Native.freeswitch
8332 …freeswitchPINVOKE.switch_core_memory_pool_set_data(SWIGTYPE_p_apr_pool_t.getCPtr(pool), key, SWIGT… in switch_core_memory_pool_set_data()
18486 …public static extern void switch_core_memory_pool_set_data(global::System.Runtime.InteropServices.… in switch_core_memory_pool_set_data() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx12968 switch_core_memory_pool_set_data(arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_core_memory_pool_set_data___()