Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_menu.c819 if (xml_menu_ctx != NULL && pool != NULL) { in switch_ivr_menu_stack_xml_init()
820 *xml_menu_ctx = switch_core_alloc(pool, sizeof(switch_ivr_menu_xml_ctx_t)); in switch_ivr_menu_stack_xml_init()
821 if (*xml_menu_ctx != NULL) { in switch_ivr_menu_stack_xml_init()
822 (*xml_menu_ctx)->pool = pool; in switch_ivr_menu_stack_xml_init()
823 (*xml_menu_ctx)->autocreated = autocreated; in switch_ivr_menu_stack_xml_init()
824 (*xml_menu_ctx)->map = NULL; in switch_ivr_menu_stack_xml_init()
832 if (status == SWITCH_STATUS_SUCCESS && xml_menu_ctx != NULL && *xml_menu_ctx != NULL) { in switch_ivr_menu_stack_xml_init()
846 return switch_ivr_menu_stack_xml_add(xml_menu_ctx, name, -1, function); in switch_ivr_menu_stack_xml_add_custom()
854 if (xml_menu_ctx != NULL && menu_stack != NULL && xml_menu != NULL) { in switch_ivr_menu_stack_xml_build()
929 if (xml_menu_ctx->autocreated) { in switch_ivr_menu_stack_xml_build()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h900 …H_DECLARE(switch_status_t) switch_ivr_menu_stack_xml_build(switch_ivr_menu_xml_ctx_t *xml_menu_ctx,
911 …LARE(switch_status_t) switch_ivr_menu_stack_xml_add_custom(switch_ivr_menu_xml_ctx_t *xml_menu_ctx,
919 …status_t) switch_ivr_menu_stack_xml_init(switch_ivr_menu_xml_ctx_t ** xml_menu_ctx, switch_memory_…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13269 …_t switch_ivr_menu_stack_xml_build(SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_p_s… in switch_ivr_menu_stack_xml_build() argument
13270 …h_ivr_menu_stack_xml_build(SWIGTYPE_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), SWIGTYPE_p_p_… in switch_ivr_menu_stack_xml_build()
13279 …itch_ivr_menu_stack_xml_add_custom(SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, string name, S… in switch_ivr_menu_stack_xml_add_custom() argument
13280 …_menu_stack_xml_add_custom(SWIGTYPE_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), name, SWIGTYP… in switch_ivr_menu_stack_xml_add_custom()
13284 …t switch_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_apr… in switch_ivr_menu_stack_xml_init() argument
13285 …_ivr_menu_stack_xml_init(SWIGTYPE_p_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), SWIGTYPE_p_ap… in switch_ivr_menu_stack_xml_init()