Home
last modified time | relevance | path

Searched refs:switch_core_new_memory_pool (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_rtp.c35 switch_core_new_memory_pool(&pool); in FST_SUITE_BEGIN()
62 switch_core_new_memory_pool(&pool); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/system/freeswitch/
H A Dthread.hpp121 switch_core_new_memory_pool(&_pool); in Thread()
155 switch_core_new_memory_pool(&_pool); in Thread()
H A Dsaved_condition.hpp63 switch_core_new_memory_pool(&_pool); in SavedCondition()
H A Dsimple_lock.hpp65 switch_core_new_memory_pool(&_pool); in SimpleLockBasic()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_port_allocator.c59 if ((status = switch_core_new_memory_pool(&pool)) != SWITCH_STATUS_SUCCESS) { in switch_core_port_allocator_new()
125 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in test_port()
H A Dswitch_core_directory.c51 if ((status = switch_core_new_memory_pool(&dh->memory_pool)) != SWITCH_STATUS_SUCCESS) { in switch_core_directory_open()
H A Dswitch_core_timer.c57 if ((status = switch_core_new_memory_pool(&timer->memory_pool)) != SWITCH_STATUS_SUCCESS) { in switch_core_timer_init()
H A Dswitch_scheduler.c124 switch_core_new_memory_pool(&tp->pool); in task_thread_loop()
343 switch_core_new_memory_pool(&globals.memory_pool); in switch_scheduler_task_thread_start()
H A Dfs_tts.c196 switch_core_new_memory_pool(&pool); in main()
H A Dfs_encode.c184 switch_core_new_memory_pool(&pool); in main()
H A Dswitch_core_speech.c70 if ((status = switch_core_new_memory_pool(&sh->memory_pool)) != SWITCH_STATUS_SUCCESS) { in switch_core_speech_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/test/
H A Dtest_sofia_funcs.c54 switch_core_new_memory_pool(&cp.pool); in FST_TEST_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_config.c402 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in kazoo_config_event_handlers()
439 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in kazoo_config_fetch_handlers()
502 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in kazoo_config_definitions()
H A Dkazoo_ei_config.c573 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in kazoo_config_fetch_handler()
652 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in kazoo_config_event_handler()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_exec_component.c89 switch_core_new_memory_pool(&pool); in exec_component_create()
H A Drayo_fax_components.c178 switch_core_new_memory_pool(&pool); in start_sendfax_component()
267 switch_core_new_memory_pool(&pool); in start_receivefax_component()
H A Drayo_components.c207 switch_core_new_memory_pool(&pool); in rayo_component_api_execute_async()
H A Dxmpp_streams.c1404 switch_core_new_memory_pool(&pool); in xmpp_outbound_stream_thread()
1499 switch_core_new_memory_pool(&pool); in xmpp_stream_context_connect()
1580 if (pool == NULL && switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in xmpp_listener_thread()
1685 switch_core_new_memory_pool(&pool); in xmpp_stream_context_listen()
1774 switch_core_new_memory_pool(&pool); in xmpp_stream_context_create()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_av/
H A Dmod_av.c65 switch_core_new_memory_pool(&pool); in mod_av_lockmgr_cb()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsfileio.cpp111 switch_core_new_memory_pool(&pool); in Construct()
H A Dfseventhandler.cpp74 if (switch_core_new_memory_pool(&_pool) != SWITCH_STATUS_SUCCESS) { in Init()
538 switch_core_new_memory_pool(&pool); in JS_EVENTHANDLER_FUNCTION_IMPL()
H A Dfsteletone.cpp127 switch_core_new_memory_pool(&pool); in Construct()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c5089 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5174 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5249 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5335 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5399 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5476 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5527 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5578 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5628 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
5685 switch_core_new_memory_pool(&pool); in SWITCH_STANDARD_API()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_signalwire/
H A Dmod_signalwire.c133 if ((ret = switch_core_new_memory_pool(&pool)) != SWITCH_STATUS_SUCCESS) { in switch_find_available_port()
288 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in mod_signalwire_adoption_post()
1061 if (switch_core_new_memory_pool(&pool) != SWITCH_STATUS_SUCCESS) { in mod_signalwire_state_configure()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_blacklist/
H A Dmod_blacklist.c61 switch_core_new_memory_pool(&pool); in blacklist_create()

12345